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 = 1024; $handle->image_y = 800; $handle->image_ratio_no_zoom_in = true;
So in your code, you should do something like this: