ajax - Why isn't Firefox submitting my form twice? -
html/js here: http://pastebin.com/jrtfeatw php here: http://pastebin.com/ecrhcwmy based on ajax f1's tutorial here: www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html
anyway, problem. in chrome, works fine. however, in firefox, upload first file no problem, , begin uploading second one. i've traced in firebug , calls form.submit() on correct form, , form has correct fields in it, reason form never gets submitted.
is because i'm submitting same form twice? , if so, there workaround knows of?
cheers!
i have no explanation this, however, setting source of iframe about:blank between each image upload fixed issue.
Comments
Post a Comment