PHP:如何将文件导出到其他目录?

unw*_*guy 0 php desktop download

我是php的新手,我正在试图弄清楚如何将我的文件导出到另一个目录.到目前为止我有..

header("Content-Type: application/json");
header("Content-Disposition attachment; filename=\"test.text\"");
Run Code Online (Sandbox Code Playgroud)

我导出我的文件,但他们都去了下载,我怎样才能进入我/桌面?

提前致谢.

Joh*_*nde 5

你不能用代码改变它.您需要在浏览器中更改该设置.