133: public function uploadImg(){ 134: return false ; 140: return false; 151: $upload->allowExts = array('jpg', 'gif', 'png', 'jpeg');// 设置附件上传类型 154: $info = $upload->upload() ;