all groups > asp.net webcontrols > may 2005 >
You're in the

asp.net webcontrols

group:

HTMLInputFile Control for Multiple Files


HTMLInputFile Control for Multiple Files Corey Erkes
5/27/2005 3:02:50 PM
asp.net webcontrols:
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

Re: HTMLInputFile Control for Multiple Files Steve C. Orr [MVP, MCSD]
5/28/2005 11:14:46 PM
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


[quoted text, click to view]

Re: HTMLInputFile Control for Multiple Files Corey Erkes
5/31/2005 7:14:04 AM
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

[quoted text, click to view]

AddThis Social Bookmark Button