开发者

Firefox crashes with mulitple Uploadify JQuery browse buttons and ajax

开发者 https://www.devze.com 2023-01-03 14:58 出处:网络
I\'m using four JQuery Uploadify browse buttons on a page that\'s calling the Uploadify code/buttons through开发者_开发问答 Ajax. We have a javascript function called from onComplete which refreshes t

I'm using four JQuery Uploadify browse buttons on a page that's calling the Uploadify code/buttons through开发者_开发问答 Ajax. We have a javascript function called from onComplete which refreshes the Ajax page. The problem we're encountering is that when you start uploading one file, if you click browse to upload another file, Firefox will crash when selecting the second file.

Any help is appreciated. Thanks!


The solution I ended up with was to just hide the other buttons while an upload is in progress.


Is there a reason you wouldn't use the built-in multiple-file upload functionality that Uploadify allows? In most cases it's as simple as setting:

'multi' : true
0

精彩评论

暂无评论...
验证码 换一张
取 消