iframe请求下载PDF内容并在IE中显示不起作用

时间:2018-07-06 07:45:17

标签: python html apache internet-explorer iframe

我有一个Iframe,可从服务器加载PDF内容并显示在Iframe中。除IE之外,这在所有浏览器(Chrome,Firefox和Safari)上均能正常运行。

在IE中,当我将网址嵌入到iframe中

<iframe src="PDF content url" />

它在“网络”(开发人员控制台)中显示以下结果

url: "PDf content url", Protocol: "(Pending...)", Method: "GET", Result: "(Pending...)", Received: "0 B", Type: "(Pending...)" Taken: "(Pending...)", Initiator: "inner Html"

在Microsoft开发人员网络中,已经报告了相同的问题

https://social.msdn.microsoft.com/Forums/en-US/cf6c6ee8-6643-4dc3-adb9-f5c845762fa5/how-to-debug-why-ie-11-silently-ignores-a-download?forum=iewebdevelopment

任何人都可以解释为什么会发生这种情况,或者这是IE中的预期行为吗?

谢谢。

0 个答案:

没有答案