Problem:
AsyncFileUpload control in updatepanel. The control is not firing OnUploadedComplete server side event when it’s in updatepanel.
Solution:
1) Add the following attributes to the "form" tag of the page..
enctype="multipart/form-data" method="post"
1 comment:
Thank you so much! I can't tell you how much time this saved me.
Post a Comment