gpt4 book ai didi

带有 mp3 header 的 php 将无法加载(更新/修复)

转载 作者:搜寻专家 更新时间:2023-10-31 22:14:31 25 4
gpt4 key购买 nike

test.php代码:

$fileloc = 'audio.mp3';
header('Content-type: audio/mpeg');
header("Content-disposition: inline; filename=$filename");
header('Content-Length:'.filesize($fileloc));

readfile($fileloc);

html代码:

<iframe src="test.php"></iframe>

这是正在运行的更新代码。

谢谢哈菲丘克

如果有人知道用

<embed> or <object> rather than <iframe>

请分享您的代码或向我发送链接。

最佳答案

尝试将您的内容类型更改为audio/mpeg3

更新 1:

由于它将文件作为附件下载,您还可以尝试将内容配置更改为 header('Content-Disposition: inline; filename=audio.mp3');

reference我发现这是针对嵌入标记中的 swf 文件的,但我认为您也应该这样做。

关于带有 mp3 header 的 php 将无法加载(更新/修复),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8236666/

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