自动下载刚刚创建的文件 php html

问题描述

在 codeigniter 中,我在控制器中有这个简单的代码自动下载一个 docx 文件 下载自动开始 但是我有一个问题,代码没有继续加载视图,为什么?

$file_url = 'https://www.ecample.com/helloWorld.docx';
header('Content-Type: application/octet-stream');
header("Content-transfer-encoding: Binary"); 
header("Content-disposition: attachment; filename=\"" . basename($file_url) . "\""); 
readfile($file_url);
redirect('users/example','refresh');

谁能帮我修改一下? 非常感谢,对不起英语

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)