Queuing asynchronous HTTP file uploads

Posted by David Parunakian on Stack Overflow See other posts from Stack Overflow or by David Parunakian
Published on 2010-02-27T19:29:59Z Indexed on 2010/03/08 5:36 UTC
Read the original article Hit count: 290

Filed under:
|
|

Is there a way to queue file uploads without resorting to Flash or Silverlight, just with cleverly used forms and JavaScript? Note that the upload should be executed asynchronously.

By "queuing" uploads I mean that if the user tries to upload multiple files, they should not be transferred simultaneously, but rather one at a time, in a single HTTP connection.

© Stack Overflow or respective owner

Related posts about file-upload

Related posts about JavaScript