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' event on receiving the 100 continue from the server.
This means that the solution is not retrying 50 times, but just waiting for the second load event. Any opinions? - Marc