gpt4 book ai didi

php - 下载文件的 MIME 类型

转载 作者:行者123 更新时间:2023-12-02 05:32:22 25 4
gpt4 key购买 nike

我正在尝试创建可下载的视频文件。在我的站点中有一个文件列表。所有视频均为 .flv 格式 (flash)。所有视频的文件都有确切的链接。但是在所有浏览器中,单击内容后都会加载到浏览器的窗口中。我不需要在这。据我所知,我应该创建包含下载文件 mime 类型的重定向页面。我到底应该怎么做?语言:php

最佳答案

推荐的 MIME 类型是 application/octet-stream :

The "octet-stream" subtype is used to indicate that a body contains arbitrary binary data. […]

The recommended action for an implementation that receives an "application/octet-stream" entity is to simply offer to put the data in a file, with any Content-Transfer-Encoding undone, or perhaps to use it as input to a user-specified process.

关于php - 下载文件的 MIME 类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1074898/

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