EXT swfupload 文件上传页面显示乱码

阅读更多

swfupload 文件上传页面显示乱码

flash版本升级问题。
2013年9月9日左右360提示更新了一次,然后出现了,这个问题。
经检查是flash从 11.7 升级 11.8,会出现此问题。
现在的版本为11.8.800.168

解决方式:
在swfupload.js中修改如下
 /* Called when a file is successfully added to the queue. */
SWFUpload.prototype.fileQueued = function (file) {
file = this.getFile(file.id);
file = this.unescapeFilePostParams(file);
this.queueEvent("file_queued_handler", file);
};

  http://www.75team.com/archives/508

 

你可能感兴趣的:(ext,JavaScript,flash)