ASP.NET FileUpload in UpdatePanel - still not working

后端 未结 4 2020
梦如初夏
梦如初夏 2020-11-30 12:39

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

4条回答
  •  囚心锁ツ
    2020-11-30 13:01

    Adding the button to the UpdatePanel's trigger tag, I got it working:

    
        
            
                           
        
        
            
        
    
    

    I did not have to do anything different server-side (like user5159158's answer).

提交回复
热议问题