Javascript – Asp.Net FileUpload doesn’t work on Ajax UpdatePanel

asp.net-ajaxcfile uploadjavascript

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?

Thank you!

Best Answer

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