Does anyone know of a good free bulk upload tool for web apps?

Posted by Ev on Stack Overflow See other posts from Stack Overflow or by Ev
Published on 2010-03-11T23:27:09Z Indexed on 2011/06/29 8:22 UTC
Read the original article Hit count: 205

I have a web application in which a user has to upload images to a gallery. At the moment they need to upload one image at a time so it's pretty tedious.

I'd like to implement a system where they could potentially drag and drop files into the browser, or select a folder to upload.

Any ideas?

Thanks in advance!

(By the way; it's a .Net App if it makes a difference, but I was thinking most of the work would be happening client side so shouldn't matter)

-Ev

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about web-development