Clipboard Paste Upload
Upload images directly from the clipboard using Ctrl+V (Cmd+V on Mac). Take a screenshot, copy an image from any application, then paste it here. Thumbnails are shown inline as each image is pasted.
What you should see: copy an image to the clipboard and paste it onto the page — it joins the queue as a file, with a thumbnail, without ever touching the file picker.
Click inside this area and press Ctrl+V to paste an image from your clipboard.
Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload/multiple"
asp-multiple="true"
asp-paste="true"
asp-extensions=".jpg,.png,.gif,.bmp,.webp"
asp-max-size="10MB"
asp-thumbnails="true"
asp-auto-upload="true"
asp-progress="true"
asp-button-text="Or Browse Images">
</core-upload>
<!-- asp-paste="true" enables clipboard paste support -->
<!-- Users can press Ctrl+V anywhere on the page to paste -->