Full-Width Layout
The uploader stretches to fill its container width. Suitable for full-width page layouts and dashboard panels.
What you should see: the control stretching to its container's full width, for dashboards and page-width forms. Accepts up to 50 MB.
Drag & drop files here, or paste from clipboard
<div style="--cu-layout: full-width;
--cu-btn-width: 100%;">
<core-upload asp-upload-url="/api/upload/upload"
asp-multiple="true"
asp-progress="true"
asp-drop-zone="true"
asp-max-size="50MB">
</core-upload>
</div>