Blazor WASM HTMLEditor Paste

Is there a way to paste an image into a Blazor web assembly HTMLEditor and save it to a location on the server?

Yes, this is demonstrated on the live demo as well. The documentation is available here.

Ok, I tried that before and the message was never sent to the server. I thought maybe it was because I was using web assembly and not server side. Let me give it another go and see if I can see what is wrong.

Thanks, it works perfectly.