P
Paul
I need to programatically upload a text file to a web server using the
HTTPWebRequest object within .Net 2.0.
So far, I have determined that:
- I need a HTTP content-type of "multipart/form-data".
- I need to use the ContentType.Boundary property.
That is about as far as I have gotten.
I have searched long and far for examples to do this in .Net but I can not
seem to find anything?
Does anyone have a code example or URL that I can look at to put the pieces
of the puzzle together?
TIA
HTTPWebRequest object within .Net 2.0.
So far, I have determined that:
- I need a HTTP content-type of "multipart/form-data".
- I need to use the ContentType.Boundary property.
That is about as far as I have gotten.
I have searched long and far for examples to do this in .Net but I can not
seem to find anything?
Does anyone have a code example or URL that I can look at to put the pieces
of the puzzle together?
TIA