Works with any backend npm install Zero dependencies
Full Page Drop Overlay

Drag a file anywhere on the page to reveal a full-screen overlay drop target.

(function() {
    new MultipleUpload('#demo', {
        uploadUrl: '/api/upload',
        multiple: true,
        fullPageDrop: true,
        fullPageDropText: 'Release to upload files'
    });
})();