hi, i would like to know if it is possible to view word documents just like pdf in browser using php. If yes we set content type to what?
i tried header('Content-type: application/msword'), but this does not work. Any suggestions?
viewing word doc in any browser php
Page 1 of 12 Replies - 505 Views - Last Post: 03 February 2012 - 08:28 AM
Topic Sponsor:
Replies To: viewing word doc in any browser php
#2
Re: viewing word doc in any browser php
Posted 03 February 2012 - 06:02 AM
**Moved to PHP**
It works with PDF files because you're browser is equipped with the Adobe Reader extension. If the browser can't find the appropriate program it will force a download. Using application/msword will only ensure that it downloads with a .doc extension.
It works with PDF files because you're browser is equipped with the Adobe Reader extension. If the browser can't find the appropriate program it will force a download. Using application/msword will only ensure that it downloads with a .doc extension.
This post has been edited by codeprada: 03 February 2012 - 06:14 AM
#3
Re: viewing word doc in any browser php
Posted 03 February 2012 - 08:28 AM
Thanks for your reply.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|