views:

91

answers:

2

Let me better explain this title. What I am looking for is an image uploader that uploads multiple images (around 200 would be ideal). The image uploader would need to be able to handle:

a) Some sort of progress indicator b) Sending the uploaded files through a script that sizes them and deletes the originals

Now, I imagine this is out there somewhere, by my Google searches have yielded bad results. Does anyone have experience with something that would work good for that? jQuery would be ideal, but is not necessary.

+1  A: 
Frankie
Did you have any specific ones that work better than others? I've used one before, but it made a queue under the uploader, which would be far too long for 200 files. I would much rather have a light box queue or something that shows global progress.
gamerzfuse
@gamerzfuse I use a custom solution. I've posted the source code in the answer so you can try it out for yourself. You should be able to tweak it to suit your own needs.
Frankie
A: 

You can do this with swFupload (Google swfupload).

Using the jQ swfUpload plugin will make it easier to use in your code:

http://blogs.bigfish.tv/adam/2009/06/14/swfupload-jquery-plugin/

johans