2

I need to display doc or docx or pdf kind of file in php code.Here is my code,

<iframe src="http://localhost/sample/sampl1/resource/upload/resumes/1406263145_resume sample.docx"
style="width:820px; height:700px;" frameborder="0"></iframe>

in localhost...

When i load the form,the given docx file is downloading automatically and the file is not view in a php form...So any one can help me?

julienc
  • 19,087
  • 17
  • 82
  • 82

1 Answers1

1

To view document files (doc, docx, etc), you can use either the Zoho Viewer or Google Docs Viewer jQuery plugin.

9pfs
  • 560
  • 5
  • 17
Ashish Kasma
  • 3,594
  • 7
  • 26
  • 29