According to Microsoft the FileUpload control is not compatible with an AJAX UpdatePanel.
I am aware that a PostBackTrigger can be added to the submit button of the
Add this to your button control:
OnClientClick="javascript:document.forms[0].encoding = 'multipart/form-data';"
-or-
Make your page Form tag look like: