gpt4 book ai didi

php - 文件名中带有空格的下载 header

转载 作者:可可西里 更新时间:2023-10-31 23:52:13 42 4
gpt4 key购买 nike

如果文件名中应该有一个空格,我该如何设置正确的标题?

我试过了

header( "Content-Disposition: attachment; filename=a fielename with spaces.txt");

但这只给出了建议的文件名“a”并切断了其余部分。

最佳答案

$file_name = 'a fielename with spaces.txt';
header("Content-disposition: attachment; filename=\"".$file_name."\"");

关于php - 文件名中带有空格的下载 header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17231672/

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