下載文檔的文件名裡有逗號不能被下載,Content-Disposition的filename應該怎麼設置
,例如這個 Essentials of Design, 5th Edition.pdf 文件名,這樣的文件在chrome上不能被下載,但是在火狐上可以被下載
用引號括起了嗎?
Response.AddHeader("Content-Disposition", "attachment; filename=\"Essentials of Design, 5th Edition.pdf\";");
括起還不行用HttpUtility.UrlEncode之類的編碼下文件名