CodeIgniter icon indicating copy to clipboard operation
CodeIgniter copied to clipboard

helper函数“download”在IE下下载中文文件乱码

Open joewongex opened this issue 11 years ago • 0 comments

解决方法很简单,在forcedownload函数中,当判断客户端为IE时,将文件名使用rawulrencode()函数重新编码一下就可以了。。

joewongex avatar Jan 06 '15 09:01 joewongex