Click here to Skip to main content
15,994,549 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am uploading a doc file in my project folder but I want to open that file(.doc) when somebody requests to see the file. How can I see that?

Thanks in advance!
Posted
Updated 7-Dec-10 9:24am
v2

1 solution

copy it to a temporary folder on the disk, or to your application's starting folder and then call Process.Start(@"c:\your_location\your_file_name.doc").
 
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