A problem between a FileUpload & an updatePanel .

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top