Full Page Drop
Drag files anywhere on the page and a full-screen overlay appears. Release to upload. Great for dashboard-style apps.
What you should see: the entire page is a drop target — drag a file anywhere in the window, not just onto the control, and it joins the queue.
Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload"
asp-full-page-drop="true"
asp-multiple="true"
asp-progress="true"
asp-auto-upload="true">
</core-upload>