I'm developing an administrative panel to manage product listings. The database structure is already done and it takes me no effort to make a little panel where administrative users will insert and remove products. But every product has a variable number of images that should to be uploaded by the administrative user. Doing a good work will take me some hours, and I have absolutely no time. So I need something pre-made that will let the administrative user:
- upload the photos of the product, in a certain server directory (passed as a parameter, for example)
- delete one or more photos (preferably with a checkbox to select some of them and then a "delete" button)
- show the thumbnails of the currently uploaded photos
- sort the photos (I understand that's quite an high request, because sorting means renaming the files!), preferably in an intuitive way (drag & drop, etc...).
It would be awesome if the script could be seamlessly included in an another script without using iframes.
Why don't I just Google for it? That's because I would have to try all the stuff around (when 90% of it is ugly) and I hope you already know a good script you have tested yourself that can work in my scenario!
I've already considered Gallery3, it might work, but it is overkill and hard to integrate. I don't need album creation and management, per-user permissions, or photo showcase and slideshow, what I need it's basically a tiny file manager tailored for images.
There's little time for hiring a developer online, it would take too much to get "in tune" with him/her...