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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top