Hi
I've been messing around with this all day and can't seem to get it working.
What I want is for a user to upload an image, check that the image is no greater than a certain width or height (say width <= 500), then save that filename in a database field, resize the image to a thumbnail of a certain size (say 100) and keep the aspect ratio and also store the filename of the thumbnail in a separate database field (I'm not storing the images in the database [blob] just the filename).
Can anyone offer suggestions?