Drag images from your desktop or file explorer directly into the editor content area to upload and insert them.
<richtextbox
name="dragDropImageEditor"
toolbar="default"
height="300px"
html="..." />
// Program.cs — enable upload endpoint
app.MapRichTextBoxUploads();