Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to upload multiple images (from a folder) using c# asp.net?

Instead of uploading image one by one, how do i achieve to upload all the images from the folder?

like image 694
Jango Avatar asked Dec 08 '25 15:12

Jango


2 Answers

Use flash or java. I like the java one I posted in the link because it is extremely easy. Though the flash one is easier to customize.

like image 190
David Murdoch Avatar answered Dec 10 '25 03:12

David Murdoch


You can't do it with HTML alone but you can with a combination of JavaScript and Flash. Here's a component that you can use.

http://www.swfupload.org/

like image 27
Samuel Neff Avatar answered Dec 10 '25 03:12

Samuel Neff