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.
I want all my images to have the same size, width and height. so when i upload an image that will be resized to 100x100 pixels for example and keep the ratio by cropping the bits that are left over at either the height or width of the image.
i there a way to do this with your upload class?
many thanks for the wonderfull work.