Jul 1, 2003 #1 S Shims Active member Joined Jun 15, 2003 Messages 39 i want to make a page that allows an upload to the server. I have NO idea how to do this. someone help!
i want to make a page that allows an upload to the server. I have NO idea how to do this. someone help!
Jul 1, 2003 #2 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* you can use ... <INPUT id="FILE1" type="file" name="FILE1" RUNAT="server"> or in code-behind... Private WithEvents FILE1 As New HtmlControls.HtmlInputFile()
you can use ... <INPUT id="FILE1" type="file" name="FILE1" RUNAT="server"> or in code-behind... Private WithEvents FILE1 As New HtmlControls.HtmlInputFile()