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