在IE9中使用swfupload时,我遇到了太多的递归错误。它第一次加载对象时工作,但是一旦我导航到站点的不同部分并返回上传页面,这些类型的调用就会开始出现:
out of stack space - swfupload.speed.js Line 72: return this.speedSettings.user_file_queued_handler.call(this, file);
我从不从webapp中特意卸载swfupload(flash)组件。
出了什么问题?
答案 0 :(得分:0)
Flash对象在实例化时表现得很有趣,但在页面上不可用/隐藏。 (见:SWFUpload startUpload() fails if not called within the file_dialog_complete_handler)
所以当我回到包含它的视图时,我最终重新实例化了该对象。似乎解决了这个问题。