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.
You are pretty tied up to Flash to give the user visual feedback on the upload progress. You can design the whole UI on jQuery but eventually it will be a Flash component sending the files to the server and reporting back upload progress.
That is, so far, the most tested and standard procedure.
Gmail uses it.
edit: here is the source code of a custom solution I use.