PHP附件下载中文名称乱码的解决方法

php一段代码,处理文件下载时的文件名,后来客户反馈说firefox,safari下的中文文件名不能正常显示。 $file_info['title'] = rawurlencode($file_info['title']); $filename=iconv('utf-8', 'gbk', $file
posted @ 2020-09-26 17:43  Vitascope  阅读(224)  评论(1编辑  收藏  举报