I’m using this pluging to upload files: https://github.com/valums/file-uploader
But now I starts the upload as soon as you have choosen a file.
See demo http://valums.com/files/2010/file-uploader/demo.htm
Would anybody be able to point me in the right direction so that I disable the auto submission but instead use preferable a jQuery command with a button
something like
$('button').on('click', function() {
....Now run start the upload...
});
Have you tried uploadify
It should suffice your requirement through
.uploadifyUpload()Don’t forget to set
'auto' : false