BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
function OnBegin(args) {
if (!this._isXhrSupported()) // to check xhr supported browsers
xhr = new ActiveXObject("Microsoft.XMLHTTP");
else
xhr = new XMLHttpRequest(); // IE10 and below
xhr.open("post", "saveFiles.ashx", true);
xhr.setRequestHeader("Authorization", "Uploadbox");
xhr.send(null);
}
</code>
Sample prepared can be downloaded from below link:
http://www.syncfusion.com/downloads/support/forum/121305/ze/Upload_f121231-816692230
Please let us know if you have any other queries.
Regards,
Ezhil S