Configuration
Configure the uploader with common options: file extensions, max size, multiple files, progress bar, and thumbnails.
What you should see: the options most projects set on day one: an extension allowlist, a 5 MB cap, multiple selection, a progress bar and thumbnails. Try a
.zip to see the allowlist reject it.Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload"
asp-extensions=".jpg,.png,.gif,.pdf,.docx,.xlsx"
asp-max-size="5MB"
asp-multiple="true"
asp-progress="true"
asp-thumbnails="true">
</core-upload>