My client needs to be able to upload images to their site to keep it updated, so I'm hoping there is a jQuery plugin that will do the following->
- Upload an image file
- Verify that the file is in the required dimension to fit on the site (if the user could re-size right on the page that would be great, but not essential)
- Rename the file and place it in the database for later referencing
***Also to note- I would like to be able to use the plugin multiple times on a page and have it accept different values for different photo categories. Again this is preferable but not essential
Thank you!