uploadify 报错 uncaught call to getstats failed

Posted gyt_ing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uploadify 报错 uncaught call to getstats failed相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

报错:Uncaught ReferenceError: input is not defined

jQuery报错:Uncaught ReferenceError: $ is not defined

报错原因Uncaught SyntaxError: Unexpected token <

EasyWasmPlayer播放视频报错Uncaught (in promise)DOMException

chrome查看js报错Uncaught SyntaxError: Unexpected string

VUE中页面F5刷新空白并报错报错:Uncaught SyntaxError: Unexpected token <解决方法