Image Preview
Display thumbnail previews of selected images before uploading. Enable with asp-thumbnails="true". Thumbnails are generated on the client side using the browser's native image APIs, so no server round-trip is required.
What you should see: a thumbnail for every selected image, generated locally before upload. Accepts the common image types up to 10 MB; non-images are refused.
Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload/multiple"
asp-multiple="true"
asp-extensions=".jpg,.jpeg,.png,.gif,.webp,.bmp"
asp-max-size="10MB"
asp-thumbnails="true"
asp-auto-upload="true"
asp-progress="true"
asp-drop-zone="true"
asp-button-text="Select Images">
</core-upload>