Combined Drop + Browse
Combine a drag-and-drop zone with a browse button so users can choose whichever method they prefer. The drop zone acts as a visual target and the browse button opens the file picker.
What you should see: both routes into the same queue: drop files on the zone, or use the browse button. Accepts
.jpg/.png/.gif/.pdf/.doc/.zip up to 20 MB, with thumbnails for images.Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload/multiple"
asp-multiple="true"
asp-drop-zone="true"
asp-extensions=".jpg,.png,.gif,.pdf,.doc,.zip"
asp-max-size="20MB"
asp-auto-upload="true"
asp-progress="true"
asp-thumbnails="true"
asp-button-text="Browse Files">
</core-upload>