Exporting Files

Hi All,

I wish to know whether its possible or not:

  1. I want to set an Export Path (say, d:/myexporteddocuments/
  2. User will select files which he/she wish to export.
  3. File will be exported in the folder (myexporteddocuments).

Platform:

By using asp.net/c#, is it possible? I guess there are limitations but I just couldn’t find any proper information.

Awaiting your response.

Thanks in advance.

asp.net works on the server, it can’t access the user’s computer. If you want to save the files on the server, then you’ll expose the server to attacks.