Hello, I need to upload from my local VB.Net app to a IIS webserver Using HTTP.. (NOT FTP) I found this "CLIENT CODE" for my local app here: http://msdn.microsoft.com/en-us/library/w3kksch7.aspx
It is telling me to use: '### START VB.Net CODE ### My.Computer.Network.UploadFile( _ "C:\My Documents\Order.txt", _ "http://www.cohowinery.com/upload.aspx") '### END VB.Net CODE ### Wow very easy!! but its incomplete... - What is the code in the upload.aspx file??? Any ideas of what code I need to put in the ASPX file that will set on my IIS server? (I'm kind of surprised MS would put out a Client/Server code example and only supply half the coded needed in this case just the client code, oddd.) Thanks for any help... Shane
