I'm using jquery file upload to upload images to asp.net server (http://www.webtrendset.com/2011/06/22/complete-code-example-for-using-blueimp-jquery-file-upload-control-in-asp-net/)
I need to trigger an asp.net event (or click a hidden asp.net button) when the file upload is complete. I try to add code to the done function but I dont get it to work.
Button can not be reached...
done: function (e, data) {
document.getElementById('<%=Button1.ClientID%>').click();