[Webkit-unassigned] [Bug 19901] New: XMLHttp Async Request onreadystate does not go past 1 when uploading a file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 5 01:24:38 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19901

           Summary: XMLHttp Async Request onreadystate does not go past 1
                    when uploading a file
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shivk at erols.com


When uploading a file using multipart/form-data enc type, firing an async
xmlhttp request the onreadystate does not go beyond 1 (in a rage of 1-4). As a
result no asyc xmlhttp requests can be made while a file upload is taking place
(thus no progress information can be got from the server asynchronously.

Making an xmlhttp synchronous request works as excepted.

This works in all IE and Firefox versions that support AJAX.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list