2 Replies - 505 Views - Last Post: 03 February 2012 - 08:28 AM Rate Topic: -----

Topic Sponsor:

#1 newuser22  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 8
  • Joined: 02-February 12

viewing word doc in any browser php

Posted 03 February 2012 - 04:17 AM

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?
Is This A Good Question/Topic? 0
  • +

Replies To: viewing word doc in any browser php

#2 codeprada  Icon User is offline

  • Changed Man With Different Priorities
  • member icon

Reputation: 876
  • View blog
  • Posts: 2,250
  • Joined: 15-February 11

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.

This post has been edited by codeprada: 03 February 2012 - 06:14 AM

Was This Post Helpful? 1
  • +
  • -

#3 newuser22  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 8
  • Joined: 02-February 12

Re: viewing word doc in any browser php

Posted 03 February 2012 - 08:28 AM

Thanks for your reply.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1