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_x = 240;
I use the example php file in your docs and it works to resize to 240px with this:
I would like the script to upload 3 versions, one full size, one at 240px and one at 60 pixels. is this possible using your class?
thanks, Kato