Upload from a desktop app.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AMP

    Upload from a desktop app.

    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
  • Ignacio Machin ( .NET/ C# MVP )

    #2
    Re: Upload from a desktop app.

    On Apr 8, 3:40 pm, AMP <ampel...@gmail .comwrote:
    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

    Working...