L
localhost
I have to HTTPS POST data to a web site in an unattended manner.
The (non-Microsoft) web site normally expects a set of form fields to
be filled out as well as a "file upload" path. I need to send all of
the information with a csharp executable.
Are there any small examples out there on how to do that?
I think where it gets tricky is the need for normal text form fields
as well as multipart-form-data all in the same form POST.
Thanks.
The (non-Microsoft) web site normally expects a set of form fields to
be filled out as well as a "file upload" path. I need to send all of
the information with a csharp executable.
Are there any small examples out there on how to do that?
I think where it gets tricky is the need for normal text form fields
as well as multipart-form-data all in the same form POST.
Thanks.