Commit ab3936a6 by 冷斌

fix bug

parent e0cbd567
...@@ -209,8 +209,7 @@ class Upload { ...@@ -209,8 +209,7 @@ class Upload {
} else { } else {
$this->error = $this->uploader->getError(); $this->error = $this->uploader->getError();
} }
echo 1; var_dump($file, $this->uploader->getError() );
var_dump( $this->error );
die; die;
} }
if(isset($finfo)){ if(isset($finfo)){
......
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