Email Attachments
A Gmail-style attachment bar using the <core-upload> tag helper with asp-inline="true". Files appear as compact chips below the compose area with file names, sizes, and remove buttons.
What you should see: an inline attach control for a compose screen. Accepts the usual document and archive types up to 25 MB and uploads as soon as files are chosen.
To:
Subject:
Drag & drop files here, or paste from clipboard
Attach files using the bar above
<core-upload asp-upload-url="/api/upload/upload"
asp-multiple="true"
asp-extensions=".jpg,.png,.pdf,.doc,.docx,.xls,.xlsx,.zip,.csv"
asp-max-size="25MB"
asp-auto-upload="true"
asp-inline="true">
</core-upload>