Does anyone know of any scripts or tutorials on how to recreate facebooks profile image uploader.
Basically, you upload an image – fine You are then given an area / window that you reposition (not resize) the image into Once you save, the parts of the image outside the window are just cut off.
Any ideas? Thanks
Most likely this will be at least two scripts.
jQuery File Upload says that they are compatible with client-side image resizing. Use a file uploader then have it call a image resizer.
swfupload has Client-Side Image Resizing (JPG & PNG ) with it too.
thanks for the help
