/* ------------------------------------------------------------------------------ * * # Bootstrap multiple file uploader * * Demo JS code for uploader_bootstrap.html page * * ---------------------------------------------------------------------------- */ // Setup module // ------------------------------ var FileUpload = function() { // // Setup module components // // Bootstrap file upload var _componentFileUpload = function() { if (!$().fileinput) { console.warn('Warning - fileinput.min.js is not loaded.'); return; } // // Define variables // // Modal template var modalTemplate = '