摘要:
string filepath = Server.MapPath("~/public/file.txt"); FileInfo fi = new FileInfo(filepath); Response.Clear(); Response.AddHeader("Content-Disposition", "attachment; filename=" + fi.Name); Response.Ad... 阅读全文
posted @ 2010-05-31 15:02
游子
阅读(370)
评论(1)
推荐(0)
浙公网安备 33010602011771号