I made a website for a friend and he uploads a lot of pictures, around 20k per month. And sadly, I made it so he has to upload 1 at a time, because when they are uploaded they are renamed, attached to a group id and watermarked. Is there a way to allow him to select all 20 in a group and have them be uploaded and processed?
I've looked into a couple of way to do it, mostly flash, and that will not work since we are renaming and added the newly created name to the db.
Adding addition upload controls is not a solution.
If we need to make a desktop application that does the uploading, that is alright as well, but we'd like to keep it all in the asp.net environment.