Auto Upload
With asp-auto-upload="true", files start uploading immediately after selection. No additional button click is needed. This is ideal for quick, single-action workflows.
What you should see: the upload starts the moment you pick a file — no button press needed.
Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload"
asp-multiple="true"
asp-auto-upload="true"
asp-extensions=".jpg,.png,.gif,.pdf"
asp-max-size="10MB"
asp-progress="true">
</core-upload>