F
fran_j_diaz
Hi,
I've got a problem with a FileUpload in a updatePanel.
My update Panel is triggered with a button.
I select a file in my file upload and when I do a postback with my
button, the fileUpload loose the file.
I looked in the Page_Load method, and it's like the fileUpload never
had a file.
Can you help me please ?
<asp:UpdatePanel id="upDonnee" runat="server"
UpdateMode="Conditional">
<contenttemplate>
<table class="tabRecherche" id="TableDonneesAnalytiques"
runat="server">
<tr>
<td>...</td>
</tr>
<tr>
<td>
<asp:FileUpload ID="FileUploadPJ1"
runat="server"/>
</td>
</tr>
Thanks.
I've got a problem with a FileUpload in a updatePanel.
My update Panel is triggered with a button.
I select a file in my file upload and when I do a postback with my
button, the fileUpload loose the file.
I looked in the Page_Load method, and it's like the fileUpload never
had a file.
Can you help me please ?
<asp:UpdatePanel id="upDonnee" runat="server"
UpdateMode="Conditional">
<contenttemplate>
<table class="tabRecherche" id="TableDonneesAnalytiques"
runat="server">
<tr>
<td>...</td>
</tr>
<tr>
<td>
<asp:FileUpload ID="FileUploadPJ1"
runat="server"/>
</td>
</tr>
Thanks.