码迷,mamicode.com
首页 > 其他好文 > 详细

uploadify 报错 uncaught call to getstats failed

时间:2017-03-30 15:53:56      阅读:815      评论:0      收藏:0      [点我收藏+]

标签:upload   call   adc   处理   file   fail   添加   搜索   默认   

jquery.uploadify.js
这个文件下
方法“onUploadComplete”
注释掉以下两行:
1.“var stats = this.getStats();”
2.“this.queueData.queueLength = stats.files_queued;”
并在此处添加以下信息:
“this.queueData.queueLength = ‘*‘;搜索”
默认将异常放在后台处理,此处假设都是正常即可

uploadify 报错 uncaught call to getstats failed

标签:upload   call   adc   处理   file   fail   添加   搜索   默认   

原文地址:http://www.cnblogs.com/gyt-xtt/p/6646579.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!