Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi guys,

i have a text file i want to save it by browsing a location.

can i know hopw can i do this.

thanks
Posted
Comments
Prerak Patel 14-Sep-11 4:47am    
Not clear.

1 solution

If you are using ASP.NET, then you can't - The user can't see the server screen, or click any buttons and the server can't run programs on the client. The best you can do is let the user decide how his browser saves downloads.

If you aren't and this is a WinForms app, then you can use a FolderBrowserDialog[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900