$('#formApply').on('submit', function(event) { event.preventDefault(); if (browseFile[0].files.length) { showProgress(); resumable.upload(); } });