I am using an input to load an image, then converting it in the data uri format to pass it into the ngImgCrop
directive to crop that image.
So far I have all of this working, but I am struggling trying to upload the cropped image which is in the data uri format using ngFlow.
I have been tried several ways with no success, has anyone been able to do this?
I am afraid I am missing something, I tried using the .addFile()
method and passing in the image in the data uri format but it does not work this way.