Upload files to Microsoft Sharepoint Server with Ajax and the ASP .NET FileUpload control
The FileUpload control does not work with AJAX, because it needs a full postback to upload a file. So we have to change the AJAX partial postback to a full postback: ASPX, add a ScriptManager,