i.e.
<form id="Form1" method="post" enctype="multipart/form-da
<INPUT type=file id=File1 name=File1 runat="server" >
<br>
<input type="submit" id="Submit1" value="Upload" runat="server" NAME="Submit1">
</form>
and you need to post back to the same page only. It is the way that asp.net works...
Main Topics
Browse All Topics





by: testnPosted on 2003-07-31 at 17:11:55ID: 9045060
it will work with form server tag and htmlinputfile tag only. You need to put those controls in the .aspx page. You are not supposed to generate it dynamically like this...