Hi, friends i want to provide facility to my users to upload multiple images into my website using asp.net 2.0, using single file uploader i.e. want to upload all the image file from a folder. Or suggest me any alternate way. Help me. Thanks in advance.
A:
- using pure HTML you can only upload single files. This is how HTML is structured. The file upload tag only takes a file, not a folder. Security reasons.
- You may want to look at Silverlight / Flash for a control allowing upload of a folder.
TomTom
2010-03-09 06:54:25
A:
swfUpload is really nice. And although it is flash it degrades very nicely to HTML upload if flashnot installed.
Dustin Laine
2010-03-09 06:56:47