FckEditor的附件上传名字乱码
FckEditor使用超链、图片、FLASH上传功能的时候汉字全是乱码的。
找个解决方法,
在web.config中加入:
<globalization requestEncoding= "GB2312 " responseEncoding= "GB2312 "/>
修改:editor\filemanager\browser\default\frmresourceslist.html
window.top.opener.SetUrl( escape(fileUrl) ) ;
可是还是不行,上传的时候确实是中文了,但是下载的时候又是乱码的,靠~
哪为大侠有好办法,帮忙帮忙!!!
------解决方案--------------------文件名不能用中文