actually fileupload control requires full postback. but update panel will do the partial postback, so that u are not getting the file name.
to get file name of uploaded file use updatepanels postback trigger, add ur file upload ctrl in this trigger. this will work.
for more information please refer this
http://forums.asp.net/t/1147992.aspx
Thanks,
Mahadeo
-----------------------------------------------
Best is Not the END point, but a starting point for Innovation
------------------------------------------------
Remember to mark posts as the "Answer" to help future users.