【问题标题】:pdf files within iframes are downloading automatically in ie8iframe 中的 pdf 文件在 ie8 中自动下载
【发布时间】:2011-11-30 22:56:15
【问题描述】:

我想在 iframe 中显示几个 pdf 文件并编写了这样的 php 代码:

for ($i=0;$i<count($posts);$i++)
{
   echo '<div class="doc-prev"><iframe src="'.$posts[$i].'" width="640" height="400">   </iframe></div>';
}

在 Chrome、FF 甚至 IE9 中一切都很好,但是在 IE8 中打开页面后,会出现一个信息工具栏,询问我是否真的要下载这些文件。有谁知道如何修复它?

【问题讨论】:

    标签: pdf iframe internet-explorer-8


    【解决方案1】:

    您可以尝试将标题 Content-Disposition 添加到值 inline; 吗?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-07-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-05-31
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多