I have this code for a htmlInputFile control:
<TD><INPUT id="FileUpload" type="file" size="46" name="FileUpload" runat="server"></TD>
</TR>
Each time i press other button, the page will be refreshed and the value in this Fileupload will be lost.
How can I save the pathe and then assign them to
the control - the Value property is read only .
Thanks in advance,
Mimi
<TD><INPUT id="FileUpload" type="file" size="46" name="FileUpload" runat="server"></TD>
</TR>
Each time i press other button, the page will be refreshed and the value in this Fileupload will be lost.
How can I save the pathe and then assign them to
the control - the Value property is read only .
Thanks in advance,
Mimi