The Rich Text Editor provides a property to tell it the SaveUrl to upload an image. However, in my case after uploading an image, the server returns the url of the uploaded image. How can I pass that url to the rich text image? There is an example for renaming an image. But I need to "rename" the entire image src. How can I do that after the upload?
For example: The SaveUrl is https://myapp.com/api/Picture/UploadRichTextPicture. This endpoint returns the image src after uploading e.g. https://mycloud.org/images/23df4f2a34. I somehow need to pass this url to the rich text image.