1. Why do you need to upload via HTTP ? Uploading pages to a web server is a manual job.
2. The sample is showing you how to upload any file to a given location. What you put in the code file is upto you. The code provided by MS is not incomplete, it is your understanding of the subject that is amiss. On Feb 9, 3:18 am, TechKnowPro <[email protected]> wrote: > 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
