Click here to Skip to main content
15,908,264 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear sir

I am developing website using asp.net csharp, I have created MS Word file upload in a saperate folder. But I can't use it in Browser as preview...is it possible
Posted

Check this link[^]
This may helps you
 
Share this answer
 
Just embed Google Doc Viewer through an iframe and specify the DOC file you want to display. This is the code you should add to your page:

HTML
<iframe src="http://docs.google.com/gview?url=http://www.YOUR_DOMAIN.com/YOUR_WORD.DOC&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
 
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