随笔分类 -  .net

摘要:public void FileDownload(string FileName) { String FullFileName = System.Web.HttpContext.Current.Server.MapPath(FileName); FileInfo DownloadFile = new FileInfo(FullFileName); System.Web.HttpContext.Current.Response.Clear(); System.Web.HttpContext.Current.Response.ClearHeaders(); System.Web.HttpCont. 阅读全文
posted @ 2011-09-09 16:32 ·井· 阅读(287) 评论(0) 推荐(0)