Gallery Upload
Upload multiple images and display them in a gallery grid with lightbox preview.
What you should see: images upload and land in a gallery grid with a lightbox on click. Accepts common image types up to 10 MB.
Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload"
asp-multiple="true"
asp-extensions=".jpg,.jpeg,.png,.gif,.webp"
asp-max-size="10MB"
asp-thumbnails="true"
asp-auto-upload="true"
asp-progress="true"
asp-drop-zone="true"
asp-gallery="true"
asp-button-text="Add to Gallery">
</core-upload>