Posting a file to a web server from a winform, just like a File Input HttpControl

  • Thread starter Thread starter Thomas Due
  • Start date Start date
T

Thomas Due

Hi,

I am currently writing a WinForm administration application for a web
application I have. I was wondering how it would be possible to upload
a file to the web server using http, just like I would on a webform
using a HtmlInputFile control.

I have a hunch that it would be possible, but I cant really figure out
how.

Does anyone have a clue as to how I would accomplish this?

--
Thomas Due
Posted with XanaNews version 1.17.5.9

"There is always some madness in love. But there is also always some
reason in madness."
-- Friedrich Nietzsche
 
Thank you for the suggestions both of you. I will look into it.

--
Thomas Due
Posted with XanaNews version 1.17.5.9

"I never give them hell. I just tell the truth and they think it's
hell."
-- Harry S. Truman
 
You need a web service on the server, your application must be able to
communicate with it.

Dennis
 
Back
Top