class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
$handle->image_resize = true; $handle->image_x = 60; $handle->image_ratio_y = 60;
I'm trying to upload images so that the uploaded image is resized to stay in a 60 x 60 box without losing the original sizes.
I do:
Where is the error??