Works with any backend npm install Zero dependencies
Custom HTTP Method (PUT)

Use PUT or any other HTTP method instead of the default POST.

(function() {
    new MultipleUpload('#demo', {
        uploadUrl: '/api/upload',
        multiple: true,
        method: 'PUT'
    });
})();