Hi all,

I m having one strange problem with my page.

I am using simple Html button of type submit for postback.(I have checked my page doesn't have any javascript error as well as runat="server" tag.)

My page has one textbox and one file upload control (which is also of html input control of type file)

My problem is when i insert WRONG file path in fileupload control, page doesn't postback. However, it postback when i insert right file path.

NOTE THAT THIS ONLY HAPPENS TO SOME PAGES. NOT EVERY ONE HAVING THE SAME FUNCTIONALTY.

Thanks in advances