Works with any backend npm install Zero dependencies

Image Preview

Preview images before uploading using the showThumbnails option. Thumbnails are generated client-side.

Drag & drop images here
var uploader = new MultipleUpload(el, {
 uploadUrl: '/api/upload',
 accept: 'image/*',
 showThumbnails: true,
 thumbnailWidth: 120,
 thumbnailHeight: 120
});