PHP

ImageUploader

I’ve recently released a small Image Uploader class for PHP. You can download it from PHPClasses. The class is very simple, and only does one thing – as all good classes do. It processes images uploaded via a web Form, resizes and saves them. It can handle JPG, GIF & PNG files, and saves all files in JPG format.