使用 Swfupload 调试 FileQueueError
当我尝试选择多个文件时,我的 swfupload 实现会触发 fileQueueError 函数。当我选择一个文件时,上传会按预期进行。
我正在记录传递给 JavaScript 函数的变量,下面是我每次选择多个文件时得到的结果。
文件队列错误 文件:空
错误代码:-100
message : 1
fileDialogComplete
有人对如何跟踪错误源有建议吗?
My swfupload implementation is triggering the fileQueueError function when I try to select multiple files. When I select one file the upload works as expected.
I'm logging the variables passed to the javascript functions and here's what I get anytime I select more than one file.
fileQueueError
file : null
errorCode : -100
message : 1
fileDialogComplete
Anyone got suggestions on how to trace the source of the error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据文件SWFUpload.js:
According to the file SWFUpload.js: