In asp.net , i am trying to send the binary data of the fileupload control to the server-side web method.
Can someone suggest, if we can take the help of the jquery AJAX call to accomplish this task or other technique which can work in all browsers like IE, FF and chrome.
This is nice done in this plugin which uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere.
Also you can achieve this using the jQuery Form
I found this example also really nice