ASP.NET 资料下载
2018-06-18 02:20:21来源:未知 阅读 ()
1 public void downloadfile(string s_fileName) 2 { 3 HttpContext.Current.Response.ContentType = "application/ms-download"; 4 string s_path = HttpContext.Current.Server.MapPath("~/") + s_fileName; 5 System.IO.FileInfo file = new System.IO.FileInfo(s_path); 6 HttpContext.Current.Response.Clear(); 7 HttpContext.Current.Response.AddHeader("Content-Type", "application/octet-stream"); 8 HttpContext.Current.Response.Charset = "utf-8"; 9 10 string filename = file.Name; 11 string userAgent = HttpContext.Current.Request.ServerVariables["http_user_agent"].ToLower(); 12 //处理firefox保存时文件名乱码的问题 13 if (userAgent.IndexOf("firefox") == -1) 14 filename = HttpUtility.UrlEncode(filename, System.Text.Encoding.UTF8); 15 16 HttpContext.Current.Response.AddHeader("Content-Disposition", "attachment;filename=" + filename); 17 HttpContext.Current.Response.AddHeader("Content-Length", file.Length.ToString()); 18 HttpContext.Current.Response.WriteFile(file.FullName); 19 HttpContext.Current.Response.Flush(); 20 HttpContext.Current.Response.Clear(); 21 HttpContext.Current.Response.End(); 22 }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:GitHub实战系列~4.把github里面的库克隆到指定目录+日常使用 20
下一篇:Git异常:fatal: could not create work tree dir 'XXX&
- C++中的public、protected和private 2020-02-26
- C++的派生类构造函数是否要带上基类构造函数 2019-09-23
- 对C#委托及事件委托的理解 2019-06-14
- asp.net强大后台:learun混合工作流框架规范 2018-12-04
- C#检测本机是否联网 2018-06-27
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash