I am using FileUpload in GridView and this GridView is in UPdatePanel. This FileUpload is in footer of the GridView. I am uploading selected file in this FileUploader on a link button in same GridView. BUT when on uploading HasFile property is false.
I have google for this problem and only solution is to put button in
<asp:PostBackTrigger ControlID="Button1" />
But my FileUPloader is in GridView.
Any help, Thanks.