I have images that were uploaded using an Image Cropper. I would like to replace the Image Cropper with a Media Picker. Doing this leads to the following exception:
Note: This exception is obviously coming from the pages that render an image uploaded using an Image Cropper.
The only work around I have found thus far is removing the uploaded image before swapping the Image Cropper with a Media Picker. Then, after replacing the Image Picker with a Media Picker, I can reupload those images removed earlier. Expectedly, this is tedious and I would like to find a way to handle this programmatically. Any ideas?
src: "/media/...." is not a valid udi
I have images that were uploaded using an Image Cropper. I would like to replace the Image Cropper with a Media Picker. Doing this leads to the following exception:
Note: This exception is obviously coming from the pages that render an image uploaded using an Image Cropper.
The only work around I have found thus far is removing the uploaded image before swapping the Image Cropper with a Media Picker. Then, after replacing the Image Picker with a Media Picker, I can reupload those images removed earlier. Expectedly, this is tedious and I would like to find a way to handle this programmatically. Any ideas?
I found a solution on this question.
is working on a reply...