- 主题:求助:SWFUpload内部参数乱码,请大侠指点,非常感谢
如题,使用SWFUpload上传文件,结果发现这swfupload.js文件中,SWFUpload.prototype.uploadSuccess = function (file, serverData, responseReceived) {
alert('swfupload.js file='+file);
file = this.unescapeFilePostParams(file);
alert('swfupload.js file2='+file);
alert('swfupload.js serverData='+serverData);
alert('swfupload.js responseReceived='+responseReceived);
this.queueEvent("upload_success_handler", [file, serverData, responseReceived]);
};
上面的alert是我添加的,发现serverData显示的是乱码,不知道是哪里的问题?该如何处理?
非常感谢
--
FROM 114.254.42.*
用formdata吧。
【 在 diyiwuji 的大作中提到: 】
:如题,使用SWFUpload上传文件,结果发现这swfupload.js文件中,SWFUpload.prototype.uploadSuccess = function (file, serverData, responseReceived) {
: alert('swfupload.js file='+file);
: file = this.unescapeFilePostParams(file);
:...................
--
FROM 223.104.3.*
好的,我试试看,谢谢了
【 在 dhcn 的大作中提到: 】
: 用formdata吧。
: :如题,使用SWFUpload上传文件,结果发现这swfupload.js文件中,SWFUpload.prototype.uploadSuccess = function (file, serverData, responseReceived) {
: :...................
--
FROM 114.254.42.*