3

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

5 Answers 5

3

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.

Sign up to request clarification or add additional context in comments.

4 Comments

Flash has a 99% client penetration rate whereas Java's is much lower, 56% - 77% depending on which study you read.
@Sam, very true. That and java takes forever to initialize in the browser. I still like jumploader (java) for its ease of use.
So David, as you understood my question that i need something so that I can select multiple files together and upload them (not one bye one)... My project is in asp.net using c#. I don't know if i can use Flash or Java in this project. Can you suggest something related to .net?
Sorry to say Flash or Java are your only options that I have seen (well, there is Silverlight too). Both the solutions I linked to provide code examples for implementing in asp.net.
1

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/

Comments

1

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

Comments

0

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

this doesn't do a multiple file select does it?
Well, not exactly no. You pick one file at a time yet they all upload at once after all files have been selected.
0

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.

9 Comments

this doesn't do a multiple file select either.
@David Murdoch: Sure it does.
can you link me an example? I couldn't find it.
All I see is a form to select one file, click add, select another, click add, and repeat. Not nearly as easy to use as a Flash based uploader.
Oh, you want multiple file select in a dialog? Well, you'll need better UI than that, as I suggested in my first sentence. But it wasn't a requirement of the original question, just the ability to upload multiple files, so please feel free to feel really really guilty about your downvote, downvoter.
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.