Here are all the parameters for that particular call.

http://msdn.microsoft.com/en-us/library/dfkdh7eb%28v=vs.90%29.aspx


Jeff K. Steinkamp N7YG
Tucson, AZ
SCUD Missile Coordinates:
N032-13-55.02  W110-55-52.79
Registered Linux User: 420428
------------------------------------------------------

Never saw an self-illuminated book before. Interesting.


On 2011-02-08 15:18, TechKnowPro 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

Reply via email to