tp5 Call to a member function move() on array

浏览:3677 发布日期:2017/10/29 分类:求助交流 关键字: 上传
使用TP5的上传时,提示没有这个函数
$file = request()->file($filePath);
if(empty($file))
{
return 3;
}
$uploadPath = ROOT_PATH .'images'.DS.date("Ymd",time());
if(!file_exists($uploadPath))
{
mkdir($uploadPath,777,true);
}

$info = $file->move($uploadPath.DS);

附件 TIM图片20171029150024.png ( 12.35 KB 下载:47 次 )

最佳答案
评论( 相关
后面还有条评论,点击查看>>