Multiple Files Upload

Last post 07-03-2008 1:40 AM by NewASPCoder. 3 replies.

Sort Posts:

  • Zip it! [:#] Multiple Files Upload

    07-03-2008, 12:38 AM
    • Member
      2 point Member
    • NewASPCoder
    • Member since 05-21-2008, 3:02 AM
    • Posts 19

    ASP Net Web Site / VB Net 

    I am working with a set of 14 DbaseIII files that in total create a damage estimate. The files share the same file name but different extensions, for example 104706.LIN, 104706.VEH, 104706.AD1.  My question is is it possible to upload to the server all the files at once without having 14 fileupload controls. If so how. Or is it possible to stuff all the tables in a dataset on the client and send the dataset to the web application. This is my first web application so I am a little unsure of how VB net works.

    Thanks for any help.

  • Re: Multiple Files Upload

    07-03-2008, 1:20 AM
    Answer
    • All-Star
      28,218 point All-Star
    • johram
    • Member since 06-13-2006, 10:36 AM
    • Sweden
    • Posts 3,543
    • Moderator
    If this post was useful to you, please mark it as answer. Thank you!
  • Re: Multiple Files Upload

    07-03-2008, 1:22 AM
    Answer
    • Contributor
      6,273 point Contributor
    • anzer
    • Member since 10-19-2004, 4:00 AM
    • UAE
    • Posts 1,265

    There is no direct ways to upload multiple file to server.. You have to use components created by technologies such as Javascript, Flash, Silverlight, ActiveX etc

     The best way is go for Javascript solution.. This thread lists some links for multiuploader http://forums.asp.net/p/1264395/2457655.aspx

     

     

     

    If this post was useful to you, please mark it as answer.

    ClientSideAsp.Net | Blog
  • Re: Multiple Files Upload

    07-03-2008, 1:40 AM
    • Member
      2 point Member
    • NewASPCoder
    • Member since 05-21-2008, 3:02 AM
    • Posts 19

    Big thanks. This points me in the right direction.

Page 1 of 1 (4 items)