Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将本地目的地添加到方法move_uploaded_file?例子C:/foo/
move_uploaded_file
C:/foo/
我想上传文件,但将它们存储在根文件夹之外,并使用别名来访问新目的地。
这是定义: bool move_uploaded_file ( string $filename , string $destination )
在 $destination 中,您可以放置任何有效路径。确保目录安全性允许为运行 Web 服务器的用户写入内容。
发现了问题。因为我有别名bar指向我的路径,所以在我添加到参数C:/foo/的 PHP 代码中。bar$destination
bar
$destination
如果我将参数设置$destination为C:/foo/