Hi
I have a problem with FileUpload, this lose the file when it inside updatepanel; i use the link:
http://stackoverflow.com/questions/17945579/losing-file-in-a-file-upload-control-in-update-panel-c-sharp-asp-net and others and
i haven't found soution:
I think that exists conflict between a component on my aspx and the fileupload, because i have test the examples in Internet and those solutions work and i dont no why
in my website not work :
My Page: Aspx:
<asp:UpdatePanel runat="server" ID="UpTab1CliNat" UpdateMode="Conditional">
<ContentTemplate>
<table style="width: 50%">
<tr>
<td style="width: 25px">
</td>
<td>
<table style="width: 100%; float: left;">< ...
Go to the complete details ...