I'm looking for crop and upload plugin in AngularJs, scenario is:
- Browse an Image
- Crop the image
- Upload the cropped image not the original image
Is there any optimized way to implement this on client side?
Based on your tags I can see you're using angularjs for your client side app. The are many cropping modules out there, but I am personally using this ng-img-cropper by Allan Bishop for cropping and ng-file-upload for uploading. Easy to use and straight forward.