是否可以向方法move_uploaded_file
添加本地目的地?示例C:/foo/
我想上传文件,但要将它们存储在根文件夹之外,并使用别名来访问新目的地。
答案 0 :(得分:1)
这是定义: bool move_uploaded_file(string $ filename,string $ destination)
在$ destination中,您可以放置任何有效路径。 确保目录安全性允许为webserver运行的用户编写。
答案 1 :(得分:0)
发现问题。由于我将别名bar
指向我的C:/foo/
路径,因此我在PHP代码中将bar
添加到$destination
参数。
如果我将参数$destination
设置为C:/foo/