PDA

View Full Version : Need to run a check during large image upload.



mnj1222
05 Apr 2011, 03:48 PM
I need to check properties of an image before it is actually uploaded to make sure it meets certain requirements. If it does pass, then I need to store the image with corresponding form data, such as Name, requested print size, and print cost.

ie. If a customer tries to upload an image my website can check the image and then post a response that will tell them the size and cost that image is able to be printed at based on the formula I check it against. Then once they enter the size they want it printed at they can upload the image. I want to store the image and all applicable form data together as a transaction. So that I can go back and grab the image that corresponds to that transaction and will know what size to print it.

Thanks for help/advice in advance.

mnj1222