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.
Please see the example on the main class page. There, with one uploaded file, it: - copies the file without any modification - copies the file after having changed its name to 'foo' - copies the file, resizing it to x=100, y=auto, converting it to GIF and you end up with three pictures.Reply
- copies the file without any modification
- copies the file after having changed its name to 'foo'
- copies the file, resizing it to x=100, y=auto, converting it to GIF
and you end up with three pictures.