Instead of uploading image one by one, how do i achieve to upload all the images from the folder?
5 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.
4 Comments
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.
Comments
SlickUpload - ASP.NET Uploading Made Simple. And Slick.
Requires no client-plugin, provides progress, and also avoids some nasty issues of ASP.Net.
2 Comments
Please note: it is not required to have Flash or Java to upload multiple files, although using Flash or Java or Silverlight will probably give a better user experience in the long run.
You can do it in pure AJAX, but it's very tricky and prone to cross-browser issues. There are controls you can purchase that do the work and are fairly polished; SlickUpload is one, but I prefer RadUpload.