Inline Upload
A compact inline uploader that fits within a line of text or a form row.
What you should see: the control collapsed onto a single line so it can sit next to a label in a form row without disturbing the layout.
Drag & drop files here, or paste from clipboard
<div class="flex items-center gap-3">
<label>Attachment:</label>
<core-upload asp-upload-url="/api/upload/upload"
asp-auto-upload="true"
asp-progress="true"
asp-inline="true"
asp-button-text="Choose File">
</core-upload>
</div>