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
See all posts Reply
$handle->file_new_name_body='image_resized'; $handle->image_resize=true; $handle->image_convert=gif; $handle->image_x=300; $handle->image_ratio_y=true;
But no resizing has been observed, except changing the file extension from .jpg to .gif.
Please help. If you have a working script, pls share it with me. Appreciated.