Re: [jQuery] jquery.form.js, Opera and file uploads.

2010-02-02 Thread hong chuen lee
I used to suffer from the problem in Opera when using ajaxfileupload.js error occur sometime due to the following piece of code xml.responseText = io.contentWindow.document.body?io.contentWindow.document.body.innerHTML:null; xml.responseXML = io.contentWindow.document

[jQuery] jquery.form.js, Opera and file uploads.

2010-01-29 Thread Marc Worrell
Hi, I was fixing a problem where file uploads with the jquery.form.js didn't work. I found the fix in the newer release where using a timer the dom is checked 50 times to see if the upload finished. After some investigation I suspect that the problem is not timing but that Opera triggers the 'load