N
neoret
Hi there.
I need to perform an upload of a document using HTTP post. This has to
be done from my windows form using C#.
My challenge is:
1: To send - the word document
2: To attach several variables to the same request
3: To handle the response.
4: To authenticate my request by adding a username and pasword.
I found out that the webclient isn't complex enough. I guess I have to
use the httpWebrequest.
Thank you in advance for your contribution!!
Neoret
I need to perform an upload of a document using HTTP post. This has to
be done from my windows form using C#.
My challenge is:
1: To send - the word document
2: To attach several variables to the same request
3: To handle the response.
4: To authenticate my request by adding a username and pasword.
I found out that the webclient isn't complex enough. I guess I have to
use the httpWebrequest.
Thank you in advance for your contribution!!
Neoret