Firefox crashes with mulitple Uploadify JQuery browse buttons and ajax -


I am using a four JQuery Uploadify browse button on a page that says uploadify code / button via Ajax Used to be. We have a javascript function that is full on the refresh that Ajax page refreshes. We are facing our problem that when you start uploading a file, then you browse to upload another file, then Firefox will crash when selecting another file.

Any help is appreciated. Thanks!

After this I've got some luck:

Especially, for any Custom handler, Do not in their name quotes:

onComplete: ender // all good

'onComplete': ender // crash-Tastic

I do not know why ..


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -