ImageUpload
I was just playing around with PHP and was thinking about if it was possible to generate a thumbnail-image on the fly when uploading an image. And because PHP is perfect for web-development this task was extremely easy. The script is small and should be easy to tweak into your own needs.
How does it work?
First the script displays a small HTML-form to let the user select an image file (jpg,gif or png) and choose if a thumbnail-image is to be created. When the upload is finished and (if selected) a thumbnail is created the script presents a link to the real image (either with the thumb or just text).
Downloads
- ImageUpload.tar.gz - Contains the imageupload.php code.
Comment this project:
No messages yet.