CMS Media Library
An uploader configured for a CMS media library: drag-and-drop, thumbnails, and multi-file uploads into a media grid layout.
What you should see: a media-library layout: drag several assets in, get thumbnails in a grid, and watch them upload together. Accepts images plus
.svg, .pdf and .mp4 up to 50 MB.Drag & drop files here, or paste from clipboard
Media Library
0 itemsDrop files here or click "Add Media" to get started
<core-upload asp-upload-url="/api/upload/upload"
asp-multiple="true"
asp-extensions=".jpg,.jpeg,.png,.gif,.webp,.svg,.pdf,.mp4"
asp-max-size="50MB"
asp-auto-upload="true"
asp-progress="true"
asp-drop-zone="true"
asp-thumbnails="true"
asp-button-text="Add Media">
</core-upload>