1
Answer

fix upload file button inside updatepanel

I found this code in stuckoverflow  to solve this problem where can I put it 
 
Page.Form.Attributes.Add("enctype", "multipart/form-data");
 

Answers (1)