Commit a228a176 by 冷斌

fix bug

parent 6e467d5c
...@@ -125,6 +125,9 @@ class Upload { ...@@ -125,6 +125,9 @@ class Upload {
return false; return false;
} }
var_dump($files, $this->rootPath);
die;
/* 检测上传根目录 */ /* 检测上传根目录 */
if(!$this->uploader->checkRootPath($this->rootPath)){ if(!$this->uploader->checkRootPath($this->rootPath)){
$this->error = $this->uploader->getError(); $this->error = $this->uploader->getError();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment