Uploading Multiple Files
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hi I want to upload multiple files on a single click using HTML file controls. How it is possible in a most convenient way. It wud b a lot better if i can see the uploaded pictures beneath the page. Thanks 4 rplying soon Lets work it Out.........!
Hi, U can upload multiple files. For that u need use ArrayList for storing HTML FileField controls. Later u traverse ArrayList and upload the files. Bye Pessi.