一个文件下载接口引发的血案 Content-Dispositio…
2018-06-22 07:45:55来源:未知 阅读 ()
今天在迁移一个老系统到新服务器的时候,在测试下载接口的时候发现:同一个接口,有些文件可以下载,有些文件不能下载。
调试了半天发现,好像是文件名的问题。
string fileName = "38374-fjf(1).13jk"; string contentDisposition = string.Format("attachment;filename={0}",fileName); msg.Content.Headers.ContentDisposition = ContentDispositionHeaderValue.Parse(contentDisposition);
于是乎悲剧了。
然后我百度了一下,网上似乎都是什么书说文件名乱码的,没有一个说说是我这种清空情况。
无奈去查了一下标准文档 http://www.ietf.org/rfc/rfc6266.txt
跳过前面的定义直接看例子
5. Examples Direct the UA to show "save as" dialog, with a filename of "example.html": Content-Disposition: Attachment; filename=example.html Direct the UA to behave as if the Content-Disposition header field wasn't present, but to remember the filename "an example.html" for a subsequent save operation: Content-Disposition: INLINE; FILENAME= "an example.html" Note: This uses the quoted-string form so that the space character can be included. Direct the UA to show "save as" dialog, with a filename containing the Unicode character U+20AC (EURO SIGN): Content-Disposition: attachment; filename*= UTF-8''%e2%82%ac%20rates Here, the encoding defined in [RFC5987] is also used to encode the non-ISO-8859-1 character. This example is the same as the one above, but adding the "filename" parameter for compatibility with user agents not implementing RFC 5987: Content-Disposition: attachment; filename="EURO rates"; filename*=utf-8''%e2%82%ac%20rates Note: Those user agents that do not support the RFC 5987 encoding ignore "filename*" when it occurs after "filename".
Note: This uses the quoted-string form so that the space character
can be included.
看到这句我似乎发现了什么。如果有空格就需要写成字符串引用的格式。
string contentDisposition = string.Format("attachment;filename=\"{0}\"", fileName);
文件名有特殊符号是解决了,比如括号,空格什么的。但是如果文件名当中有中午,下载时候的默认文件名缺还是乱码。
这个网上有一堆解决方案。
string fileName= HttpUtility.UrlEncode("啊fnam(4)e.ext",UTF8Encoding.UTF8);
其实只要对文件名做一次Encode转码就行了。
就这个简单的问题,耗费了我一个小时。
今天就先到这里,晚安。
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- MVC数据验证详解 2020-03-14
- ASP.NET MVC阿里大于短信接口开发短信群发 2020-02-22
- 实例操作.net接入支付宝的支付接口 2019-10-30
- 【转载】 C#中手动创建一个DataTable对象并写入数据 2019-07-23
- 配置接口配置文件 明确指出错误信息(“/”服务器上出现应用 2019-07-23
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