I have an issue using the JQuery-File-Upload plugin. I am using the plugin directly and not through the author\'s provided html example pages. Basically I have a form with s
I have a custom .add event handler, in which I have called .off("click") on my button:
add: function (e, data) { $('#btnstartupload').off("click"); data.context = $('#btnstartupload') .click(function () { data.submit(); $(".fileinput-button").hide(); }); }