.doc 文件的 HREF 有效....docx 的 HREF 不起作用

发布于 2024-08-23 22:24:19 字数 143 浏览 4 评论 0原文

奇怪...当我创建 .doc 的 HREF 时,浏览器行为正确,并且 onclick 允许用户下载该文件。

如果我有 .docx 的 HREF,它不会提示用户下载该文件,而是在文件的 url 处显示“找不到该页面”错误页面。

有什么想法吗?

Strange... When i create an HREF to a .doc, the browser behaves correctly and onclick allows the user to download the file.

If I have an HREF to a .docx, it doesn't prompt to the user to download the file but shows a "The page cannot be found" error page at the url of the file.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

草莓酥 2024-08-30 22:24:19

好的,刚刚弄清楚...这是需要添加的 IIS MIME 类型标头设置:
.doc
应用程序/msword

Ok, just figured it out... It's an IIS MIME type header setting that needs to be added:
.doc
application/msword

强者自强 2024-08-30 22:24:19

不要忽视最明显的答案,但是该文件确实存在,并且链接是否正确?

Not to overlook the most obvious answer, but the file does exist, and the link is correct?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文