Click here to Skip to main content
15,911,039 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends,

I am working in windows application, For Browse option i used a button and wrote c# code, so now the url will show in textbox, My task is to store the file in the local folder how can i do it?

Please give me the code

Please help


Thanx...


How to store User browsed image in my selected folder in windows application c#.
Posted
Updated 19-Aug-11 20:33pm
v2
Comments
walterhevedeich 21-Aug-11 22:51pm    
Show us what you have tried.

1 solution

Your question is not very clear. If I understood it correctly, you need to work with files (open/save them).
There are controls provided especially for that purpose: e.g. FolderBrowserDialog is used to get to the folder. Or, with SaveFileDialog you can save files.
Links : FolderBrowserDialog[^]
SaveFileDialog[^]
 
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