Save a file in a local machine

J

Jennyfer Barco

Hello I have a .NET project and I need to save a file with some data the
user selects. If I use the command FileOpen it will save the file in the
server and not in the local machine where I'm running the application. Is
there a way to save a file in the local machine and not the web server. I
use the function GetFolders and brings me the directories in the path but
for the server machine, not the local machine.


Thanks in advance
Jennyfer
 
H

Herfried K. Wagner [MVP]

Jennyfer Barco said:
Hello I have a .NET project and I need to save a file with some data the
user selects. If I use the command FileOpen it will save the file in the
server and not in the local machine where I'm running the application. Is
there a way to save a file in the local machine and not the web server. I
use the function GetFolders and brings me the directories in the path but
for the server machine, not the local machine.

Are you talking about a Web application or a Windows Forms application?
 

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

Top