I’d like to use javascript or jQuery to crop and compress an image on the client side before uploading to the server.
WorkFlow:
- Select Image
- Crop Image to specific size
- Compress the crop
- Upload
Has anyone done this before? What plugin or what do I have to do?
I see facebook can do compressing images and automatically resizing them before uploading.
Simply put JavaScript is not meant to do what you are asking for. Whatever service you encounter that offers the ability to manipulate selected images you can bet your money that the image has been uploaded completely to the server before any other functionality was offered.