Commit ab3936a6 by 冷斌

fix bug

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