Display .docx (.doc) on Browser without downloading in php
问题 Is there any alternative way of viewing a file(locally/online) in PHP ? Since I want to display a .docx (.doc) file in my browser but it keeps on downloading it. So anyone who has a code for that? I keep on searching some other source code but no luck. I tried using Iframe but still keeps on downloading the file. Thanks! 回答1: After a lot research i found a best solution to display almost every type of document in browser using iframe. Solution is Google Docs Viewer Just use iframe as given