Can we upload folder as it is from client to server in .NET

  • Thread starter Thread starter sonu
  • Start date Start date
S

sonu

Can we upload folder as it is from client to server in .NET

Please give me link of sites or any other information regarding this
 
sonu,

If you want to upload files/folders through a web page, it's possible,
but not without it's caveats. You are better off creating a client that is
deployed on the machine which will upload the files you want. That way, you
can also pack any other information you want in there as well (and have
access to the local file system).

Hope this helps.
 
Back
Top