On 7/16/2009 18:52, Jörn Zaefferer wrote:
> Whats wrong with streaming...
>    
XMLHttpRequest.send() does not support sending chunked data as far as I 
know, and any way
to emulate it using an "Transfer-Encoding: chunked" HTTP header is not 
possible due to security
restrictions.

On a second thought. Safari/Chrome allows one to pass a File object as 
an argument to XMLHttpRequest.send(),
so there are greater chances that they not load the whole file in memory 
at once. But we can't do that in Firefox
for the moment.

I wrote about Ajax file uploads in FF here: 
http://igstan.blogspot.com/2009/01/pure-javascript-file-upload.html

-- 
Ionut G. Stan
I'm under construction  |  http://igstan.blogspot.com/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to