Works with any backend npm install Zero dependencies

Drop Zone with Preview

A drop zone that shows image thumbnails for dropped files using showThumbnails: true.

Drop images here to see previews
new MultipleUpload(document.getElementById('demo-drop-preview'), {
 uploadUrl: '/api/upload',
 multiple: true,
 dropZoneMode: true,
 showThumbnails: true,
 thumbnailSize: 80,
 allowedExtensions: '.jpg,.jpeg,.png,.gif,.webp'
});