开发者

Asp.Net FileUpload doesn't work on Ajax UpdatePanel

开发者 https://www.devze.com 2022-12-17 16:15 出处:网络
I have an ASP.Net FileUpload inside an UpdatePanel. When I click on a save button inside the same updatepanel and check on serverside if that control hasFile it is allways false.

I have an ASP.Net FileUpload inside an UpdatePanel. When I click on a save button inside the same updatepanel and check on serverside if that control hasFile it is allways false.

Where is my error? Do I need to post the entire page?

Tha开发者_JAVA百科nk you!


unfortunately due to javascript sandboxing you will need to post the entire page

0

精彩评论

暂无评论...
验证码 换一张
取 消