Works with any backend npm install Zero dependencies
Full Form Integration

Embed the uploader in a form. File GUIDs sync to a hidden field for server-side processing.

new MultipleUpload('#demo', {
    uploadUrl: '/api/upload',
    multiple: true,
    hiddenFieldId: 'uploaded-files'
});