We needed a PHP and jQuery image upload and crop tool and came up with the following. Hope it helps!
Before you start, ensure you have the following:
* PHP 4 or Higher (It has been tested on Version 5)
* PHP GD Library
* jQuery ver 1.2.3 or Higher
* Image Area Select plugin by Michal Wojciechowski
Related Submissions:
- JQuery File Upload Plugin Script - Uploadify This plugin allows you to change any element with an ID on your page into a single or multiple file upload tool. The plugin uses...
- One-Click Upload - A jQuery Plugin One-Click Upload is a jQuery plugin that replaces the standard file input element, allowing you to use any link, image or element to be used...
- One-Click Upload - A jQuery Plugin One-Click Upload is a jQuery plugin that replaces the standard file input element, allowing you to use any link, image or element to be used...
- jQuery File Upload Plugin Trying to find a good solution for a multiple file upload left me empty-handed. There’s SWFUpload, but the implementation is way too confusing. I also...
- Resize and Crop Photos with PHP’s GD Library I ran into problems with ImageMagick when I tried saving an image to a file. Googling the problem suggested that I needed to use an...