Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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/

I'm able to implement this with NeatUpload, in a C#/.Net project.

SlickUpload - ASP.NET Uploading Made Simple. And Slick.

Requires no client-plugin, provides progress, and also avoids some nasty issues of ASP.Net.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top