I use https://github.com/alexk111/ngImgCrop to crop an image. With this module the cropping image is converted in base64. Then cropping I would upload to a server (with PHP). I tryed to make $.post taking $scope.croppedImage value but without succes! Any idea to make?