Results 1 to 3 of 3

Thread: HTTPS Post

  1. #1

    Thread Starter
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690

    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

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    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.

  3. #3

    Thread Starter
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    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
  •  



Click Here to Expand Forum to Full Width