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
SWFUpload is pretty nice. It can select multiple images in the select dialog. It relies on Flash.
There are a number of other Flash-based uploaders around (they all make use of Flash’s upload capabilities, which in addition to bulk uploads include things like progress bars, client-side resizing (Flash 10+) and file type filters (.jpg,.gif)… SWFUpload is certainly one of the most complete solutions.