A cropper & uploader when you want to crop images in the browser and upload the cropped images to the server. It is an extension of the standard jQuery Jcrop Image plugin, which is extensible and easy to use.
It has the following features:
Works in all the modern major browsers.
Cropping and resizing is done at the client side. Reduce the workload of the server side drastically.
Both the input file and drag & drop can be the sources of the image file. You can also set a file or image manually.
Support multiple previews and multiple image uploads. You can also customize the previews.
Support onprogress event when uploading images. Hence the uploading percentage can be easily displayed.
This inherits the Jcrop plugin, so that the original api keeps the same.