Link to home
Start Free TrialLog in
Avatar of momentuminfotech
momentuminfotech

asked on

How to select multiple files for uploading in ASP.NET 2.0

Hi

Through html file Browser control we can select only single file to upload at a time. But i want to select multiple files from the pop-up window so that i can uplaod multiple files at a time.

please send me any sample code or any link for this problem

thanks
Avatar of Jagadeesh M
Jagadeesh M
Flag of United States of America image

Well...here is a nice example from Codeproject.com

URL: http://www.codeproject.com/aspnet/multiuploads.asp


_____Jags.
Here is an another sample with asp.net and C# - http://www.stardeveloper.com/articles/display.html?article=2002022201&page=1


____Jags.
u can use 3rd party software for that
Avatar of murking
murking

Here is a gmail attachment file clone that allows you to put into an array of inputs, any quantity of files

http://gavin.panicus.org/downloads/collapse.html

Hope this helps! Greetings,

--murki
i guess my solution will help the author
the sample code i provided works good as well

greetings,

-murki
Avatar of momentuminfotech

ASKER

All the solutios provided were not able to do exactly what we wanted. We ended up using Jupload from www.jupload.biz as it has every functionality we were looking for. Drag and drop, load multiple files with single browse button, attractive GUI, speed. it worked too good. It's classic version is free and very informative Forum and quick response for support questions.
ASKER CERTIFIED SOLUTION
Avatar of DarthMod
DarthMod
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial