I have asp.net FileUpload control inside an update panel. When I click upload button, I am reading the file for some code, if code not found then I am showing ModalPopup for
try add
$('form').attr('enctype', 'multipart/form-data');