Dotnet 2.0

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

    Dotnet 2.0

    I have a .net application that needs to upload/download file to/from remote
    site. I suppose that on a remote site I could publish asp .net page which
    would contain upload download control. What class, on the application side,
    would I need to invoke upload/download functionality?

    Thanks in advance

  • =?Utf-8?B?UGF1bA==?=

    #2
    RE: Dotnet 2.0

    There is a built in control called fileupload with vs.net 2005 that makes it
    very easy to upload a file. I have not implimented the download feature but
    thinking it would be the same to set up.
    --
    Paul G
    Software engineer.


    "RG" wrote:
    I have a .net application that needs to upload/download file to/from remote
    site. I suppose that on a remote site I could publish asp .net page which
    would contain upload download control. What class, on the application side,
    would I need to invoke upload/download functionality?
    >
    Thanks in advance
    >

    Comment

    Working...