【发布时间】:2017-07-28 17:32:15
【问题描述】:
我尝试通过使用社交引擎中的浏览操作将上传的文件从 /public/user/ 移动到 /Files/SE/
1.
$fileobj = new Zend_Cloud_StorageService_Adapter_FileSystem();
$fileobj->moveItem($sourcePath, $destinationpath);
- move_uploaded_file($sourcePath, $destinationpath); 这两个都无法移动文件。我也检查了路径,它们是完美的并且可以与其他框架一起使用
【问题讨论】:
-
这方面有什么帮助吗?
标签: socialengine