php 用header()下载文件在firefox下没有后缀名

其中有一种情况如下:

 

在firefox浏览器下,当文件名有空格时,会自动从空格处截断,(chrom,IE不会出现这种情况)

解决办法:

需要在文件名两边加上""  Header("Content-Disposition: attachment; filename=\"" . $file_name."\"");

 

posted @ 2017-03-09 15:20  谁的益达  阅读(1050)  评论(0编辑  收藏  举报