使用FCKeditor编辑器上传文件时中文文件名乱码

隐身守侯 提交于 2019-12-01 12:56:26

 

修改:editor\filemanager\browser\default\frmupload.html 文件的编码改为UTF-8

 


实在不行:fckeditor/editor/filemanager/connectors/php/commands.php
178行左右: $sFileName =iconv("utf-8","gbk",$sFileName); 

 

参考:

http://www.west999.com/info/html/caozuoxitong/FreeBSD/20090513/131757.html

https://www.cnblogs.com/phpfans/archive/2011/07/20/2111948.html

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!