G
Guest
does .net provide any control to upload file? as I need to use the following control to upload fil
<input id="Upload1" type="file" name="Upload1" runat="server"
but when I post back to server(haven't save the form yet, but doing other action), this control's value will lost. While other server control can keep their value
(Or I need to use a variable to store it, and when load the page that containing this control, I need to get the value of the variable, then assign to the file control. But it is true that I need to use the old way as asp does to remember the file control's value?
Thank you for help.
<input id="Upload1" type="file" name="Upload1" runat="server"
but when I post back to server(haven't save the form yet, but doing other action), this control's value will lost. While other server control can keep their value
(Or I need to use a variable to store it, and when load the page that containing this control, I need to get the value of the variable, then assign to the file control. But it is true that I need to use the old way as asp does to remember the file control's value?
Thank you for help.