I'm trying a modification on the "Resizing JPEG's With PHP and GD" tutorial by Ben Rowe.
What I've done is modified it so that all images that are submitted are resized to a standard size regardless of dimentions (unless they are smaller then the max dimention size) and then I make a thumbnail. Now what I want to do is allow for more then one file to be uploaded.
I thought that a simple 'for' loop would solve my problem but no dice. Firstly it processes the first image but the first resize turns out blurry and the thumbnail is fine but second doesn't seem to be getting processed at all
The code is attached in a text file.
You can try the script here:
http://www.trilliandesigns.com/resizing/image.php