I\'m using jQuery file upload for AJAX-based uploads. It always starts uploading after a file is selected. Is it possible to change the behavior to use the \"submit\"-button
In the downloaded sample Navigate to js/jquery.fileupload-ui.js and in that you will have autoUpload which is set true by default go ahead and it to "false" then you can use submit behaviour.