Works with any backend npm install Zero dependencies
Progress Bar Styles

The built-in progress bar updates in real time during uploads.

(function() {
    new MultipleUpload('#demo', {
        uploadUrl: '/api/upload',
        multiple: true
    });
})();
CSS customization: Override .mu-progress-fill to change the bar color, or .mu-progress-text for the label style.