Multifile Uploader

Last post 11-12-2009 8:22 AM by rtpHarry. 3 replies.

Sort Posts:

  • Multifile Uploader

    11-12-2009, 5:30 AM
    • Member
      331 point Member
    • emendes
    • Member since 03-21-2008, 11:01 AM
    • Posts 82

    Hi all,

    I Need a Multifile Uploader that uploads all the files at the same time.

    For example, commom multifile uploaders, upload multiple files but only uploads one at a time.

    This one is an example of that http://ajaxuploader.com/Demo/multiple-files-upload.aspx. Files are uploaded one at a time.

    I want one that start uploading files all at the same time?

    Does anyone know a component or a way to do this?



    Thanks in Advance

    -----------------
    Hope it helps

    EMendes
    http://youfun.tk
  • Re: Multifile Uploader

    11-12-2009, 7:58 AM
    Answer
    • All-Star
      36,662 point All-Star
    • rtpHarry
    • Member since 10-01-2006, 8:51 AM
    • Lincoln, England
    • Posts 5,909

    There is a limitation within the http protocol spec that says you can only have two active connections to a server at any one time.

    Therefore you are not likely to find a way around this sorry...

  • Re: Multifile Uploader

    11-12-2009, 8:11 AM
    • Contributor
      2,013 point Contributor
    • nimish_soft
    • Member since 10-22-2009, 1:23 PM
    • India
    • Posts 399

    try

    http://www.aspsnippets.com/post/2009/05/31/Uploading-Multiple-Files-using-Dynamic-FileUpload-Controls-using-JavaScript-in-ASPNet.aspx

    - Nimish Garg
    Software Developer
    IndiaMART InterMESH Limited, Noida

    Blog: http://nimishgarg.blogspot.com/

    Plz do click "Mark as Answer" on the post that helped you. This will also give you point and help readers to know which post solved your issue and make their search easy.
  • Re: Multifile Uploader

    11-12-2009, 8:22 AM
    Answer
    • All-Star
      36,662 point All-Star
    • rtpHarry
    • Member since 10-01-2006, 8:51 AM
    • Lincoln, England
    • Posts 5,909

    nimish_soft:

    try

    http://www.aspsnippets.com/post/2009/05/31/Uploading-Multiple-Files-using-Dynamic-FileUpload-Controls-using-JavaScript-in-ASPNet.aspx

    I have just checked Mak's tutorial but it doesn't look like it will meet the requirement of transferring multiple files simultaneously.



Page 1 of 1 (4 items)