|
-
Apr 6th, 2004, 10:01 AM
#1
Thread Starter
Frenzied Member
HTTPS Post
I think this should be relatively simple, but I don't know where to start. My requirement is to look for a file (.xml) and when found, transmit it to a server via HTTPS Post.
I can see where I'd use a FileSystemWatcher, but what's the best way to transmit the file? Is there a class available?
TIA,
Mike
-
Apr 6th, 2004, 03:24 PM
#2
I wonder how many charact
Look into the System.Net.WebClient class
It has a public method called UploadFile, and if you need more control, a method called UpLoadData.
Last edited by nemaroller; Apr 6th, 2004 at 03:27 PM.
-
Apr 6th, 2004, 03:37 PM
#3
Thread Starter
Frenzied Member
Thanks, much appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|