[webkit-help] Downloading file via GET request and performing AJAX requests concurrently (doesn't seem to work in Webkit-based browsers)

Ben throwaway at indietorrent.org
Fri Apr 27 10:33:41 PDT 2012


Thank you for the prompt and courteous reply, Alexey.

I am already using a dynamically-generated iFrame, which does serve the
purpose. I was just hoping to improve and simplify the implementation.

Your response is helpful in that it confirms that what I am trying to do
is not possible at present. So, I will focus on jazzing-up the iFrame
implementation in the interim.

Best regards,

-Ben


On 4/27/2012 1:13 PM, Alexey Proskuryakov wrote:
> 
> 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