Attempting to use a FileUpload or AsyncFileUpload control in an updatepanel on a NET 4.5/C# web application.
I\'ve tried using either standard Scriptmanager or ToolK
In Page_Load add: Page.Form.Attributes.Add("enctype", "multipart/form-data");
Page.Form.Attributes.Add("enctype", "multipart/form-data");