Uploading Mulitiple Files with HTMLInputFile Control

C

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
 
G

Guest

Hi Corey,
The HTMLInputfile control allows uploading only one file at a time.. if you
want to upload multiple files at a time then you can
1) have multiple HTMLInputFile controls on a page and save the files
selected in each control on to the server
2) develop your own activex which can handles multiple file select and upload
3) go for any readily available third party controls
 
C

Corey Erkes

Eliyahu,

Thanks for the URL, that is exactly what I was looking for!

Much Appreciated,

Corey
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top