Uploading a file with ASP.NET & jQuery

Since early versions of ASP.NET, ASP.NET ships with a very useful FileUpload control that enables users to post files to the server. However, it is possible that you may want to upload a file to your server without sending your entire page/form. You could easily use AJAX to accomplish this task, or you could use the AJAX Read more…