I'm using croppie to upload image via ajax. It is working fine and everything is good. Now i want users to resize their old image. The image is loaded in croppie instant form it's url. But during ajax submit, croped image returns blank png file.
Probably, you have set enableExif and enableOrientation options without installing a requirement exif.js. Try to comment out these options, if you use them.
I'm using croppie to upload image via ajax. It is working fine and everything is good. Now i want users to resize their old image. The image is loaded in croppie instant form it's url. But during ajax submit, croped image returns blank png file.
Image from url:
Image from user file upload:
Ajax code:
Ajax isn't sending a valid base64 code