gpt4 book ai didi

javascript - 具有 .m4v 格式的视频在我的网络中不在根目录中下载

转载 作者:行者123 更新时间:2023-11-30 19:57:28 26 4
gpt4 key购买 nike

我一直在将名为 Video.m4v 的视频文件添加到我网站的根目录。当我输入 www.forexample.com/Video.m4v 它遇到 404 错误 虽然我期待开始下载它的通知。我到底应该怎么做才能做到这一点?我希望当我在浏览器中键入 www.forexample.com/Video.m4v 时它开始下载视频。感谢任何帮助。谢谢你

最佳答案

documentation说:

IIS 7 will not return file types that are not added to the <staticContent> element or that have mappings in the <handlers> element by default. This behavior prevents unauthorized access to files that do not have mappings in the IIS 7 configuration settings.

因此,您需要使用 <mimeMap> 在应用程序、站点或服务器配置中为指定的文件扩展名定义 MIME 类型元素。您还可以使用 IIS 管理器的 MIME 类型 功能,而不是直接编辑配置文件。

要指示浏览器下载任何静态内容,请使用 download 超链接的属性。

关于javascript - 具有 .m4v 格式的视频在我的网络中不在根目录中下载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53794404/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com