I am looking to understand how to upload the Image in the RichText Editor from the Blazor Webassembly to an Web API. I see an example in the documentation which user Server side/ I see the Blob URL but how do you read the binary of the image
I am looking to get something like this
<img src="data:image/png;base64,@Svc.ImageBase64" />
So that I can use the base 64 value while saving. I am currently seeing something like this
src="blob:http://localhost:5000/5860b7fa-4fec-46a6-a1a5-7f747aa300b0
Thanks,
Vijay