Multi-part file upload read_multipart error

Have you resolved this problem? I had now just exactly the same (upload, iframe, same error and working on some pages) and the solution was that the real root of problem was the next after uploading ajax request which does terminated the upload process by this line:

for (var i = 0; i < as_requests.length; i++) as_requests[i].abort();