html - Why .doc automaticly downloads, but not shown in <iframe>? -


the problem - when input url .png or .pdf has been shown in iframe>. can scroll it, read etc. when insert url has docx or xls file (ex. "http://www.exampleimage.docx") - automatikly aploads browser, , not shown in iframe>.but want see content of .docx file in iframe pdf. or search guys?

here part of code:

 <iframe   src={{attachmenturl}} width="468" height="468" frameborder="0">     click on attachment please. </iframe> 


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -