[webkit-help] Downloading file via GET request and performing AJAX requests concurrently (doesn't seem to work in Webkit-based browsers)
Alexey Proskuryakov
ap at webkit.org
Fri Apr 27 10:13:43 PDT 2012
27.04.2012, в 9:48, Ben написал(а):
> The equivalent POST-related bug, which is described in the context of
> uploading files and reporting upload progress, mentions a workaround via
> the XmlHttpRequest object. However, as there seems to be no "receive()"
> equivalent to send(), I'm not sure how best to proceed.
Eventually it will be possible to download the file with XMLHttpRequest and write it out with FileWriter.
Would downloading in a subframe work for you in the meanwhile?
- WBR, Alexey Proskuryakov
More information about the webkit-help
mailing list