Dotnet 2.0

  • Thread starter Thread starter RG
  • Start date Start date
R

RG

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
 
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.
 
Back
Top