Hello, Does anyone know of any books, websites that show how to upload
data to a webserver from a desktop application using c#?
Thanks
Mike
Hi,
Depends,
What is in the other side? a Web service, an aspx page that upload a
file?
In case it's a page, do you control it?
If it's a page you can use the WebRequest to do a request to upload
the file.
Comment