Home All Groups Group Topic Archive Search About

HTMLInputFile Control for Multiple Files

Author
27 May 2005 8:02 PM
Corey Erkes
I am using ASP.Net with C# as the code behind and am trying to upload
multiple files with the HTMLInputFile Control.  I am able to browse, select
a file, and finally upload, but only one file at a time.  Is there a way to
select multiple files to upload at one time using this control, or possibly
another control??  Any ideas on this would be greatly appreciated!!

Thank a lot!

Corey

Author
29 May 2005 6:14 AM
Steve C. Orr [MVP, MCSD]
The standard File control allows only one file to be specified for upload.
If you need to upload 2 files, then the simplest solution is to have 2 File
controls on the page.
There are fancier options, but they generally require thick clients.  Here
are some 3rd party options that may help you out:
http://fileup.softartisans.com/fileup-231.aspx
http://fileup.softartisans.com/fileup-131.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"Corey Erkes" <cer***@cox.net> wrote in message
news:93Lle.9$mH1.4@dfw-service2.ext.ray.com...
>I am using ASP.Net with C# as the code behind and am trying to upload
> multiple files with the HTMLInputFile Control.  I am able to browse,
> select
> a file, and finally upload, but only one file at a time.  Is there a way
> to
> select multiple files to upload at one time using this control, or
> possibly
> another control??  Any ideas on this would be greatly appreciated!!
>
> Thank a lot!
>
> Corey
>
>
Author
31 May 2005 12:14 PM
Corey Erkes
I guess I was looking to upload 2 or more at one time.  I might just have to
use to file controls.  Thanks for your help!

Corey

Show quoteHide quote
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%23Cfe4WBZFHA.1868@TK2MSFTNGP14.phx.gbl...
> The standard File control allows only one file to be specified for upload.
> If you need to upload 2 files, then the simplest solution is to have 2
File
> controls on the page.
> There are fancier options, but they generally require thick clients.  Here
> are some 3rd party options that may help you out:
> http://fileup.softartisans.com/fileup-231.aspx
> http://fileup.softartisans.com/fileup-131.aspx
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "Corey Erkes" <cer***@cox.net> wrote in message
> news:93Lle.9$mH1.4@dfw-service2.ext.ray.com...
> >I am using ASP.Net with C# as the code behind and am trying to upload
> > multiple files with the HTMLInputFile Control.  I am able to browse,
> > select
> > a file, and finally upload, but only one file at a time.  Is there a way
> > to
> > select multiple files to upload at one time using this control, or
> > possibly
> > another control??  Any ideas on this would be greatly appreciated!!
> >
> > Thank a lot!
> >
> > Corey
> >
> >
>
>