Compact Layout
A space-efficient uploader layout with smaller controls and tighter spacing. Perfect for sidebars and panels.
What you should see: the same control with tighter spacing and smaller hit areas, for sidebars and panels. Files upload immediately; the cap is 5 MB.
Drag & drop files here, or paste from clipboard
<div style="--cu-layout: compact;
--cu-spacing: 0.5rem;
--cu-btn-padding: 0.375rem 0.75rem;
--cu-btn-font-size: 0.8125rem;">
<core-upload asp-upload-url="/api/upload/upload"
asp-multiple="true"
asp-progress="true"
asp-max-size="5MB"
asp-auto-upload="true">
</core-upload>
</div>