Hi,
Am having some issues with the rich text editor I could able to convert the image URL into blob or Base64 but in my organization we need to convert that into a customized format after uploading the raw file data into the cloud
(i.e) That file content
{
"name": "xyz.png",
"rawFile": {},
"size": 86739,
"status": "Ready to upload",
"type": "png",
"validationMessages": {
"minSize": "",
"maxSize": ""
},
"statusCode": "1"
}
By using this data I could generate the URL by uploading the image into cloud and get a custom URL for our app What parameter should I pass to that saveURL in the insertImageSettings model or else how can I resolve this issue?
Thanks,
Sivaraj B