Shims Posted July 1, 2003 Posted July 1, 2003 i want to make a page that allows an upload to the server. I have NO idea how to do this. someone help! Quote Stress is directly associated with programming. But if I keep moving on to new stresses, then I am doing my job correctly!
Moderators Robby Posted July 1, 2003 Moderators Posted July 1, 2003 you can use ... <INPUT id="FILE1" type="file" name="FILE1" RUNAT="server"> or in code-behind... Private WithEvents FILE1 As New HtmlControls.HtmlInputFile() Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.