양식 또는 html 형식의 양식 类型: 房抵贷 垫资贷 企业贷 暂无1 暂无2 提醒通知 银行栏目 * 借款人姓名: 电话: 年龄: 婚否: 是 否 征信情况: 优 良 差 月进账流水: 万 贷款额度: 万 营业执照: 有 无 * 客服经理: 张 王 李 贷款种类: 先息后本 等额本息 等额本金 点位是否代收: 是 否 备注: 文件材料: 上传说明: 支持上传文件类型:'jpg', 'gif', 'png', 'jpeg','txt','doc','wps','html' 支持上传文件大小:不大于 2M. 로그인 후 복사로그인 후 복사 이 두 헤더는 컨트롤러 컨트롤러에 있습니다 //입력된 폼의 일반 데이터를 폼에 업로드하고 데이터베이스를 추가하는 작업이 적혀있습니다 function tjkh(){ $user = M('customer'); $uid = session('userid'); print_r($uid); if(isset($_POST['act']) && $_POST['act'] == 'tjkh'){ $sel1 = I('post.type'); $name = I('post.xingm'); $phone = I('post.phone'); $age = I('post.age'); $marriage = I('post.marriage'); $cre = I('post.cre_repoting'); $water = I('post.water'); $lines = I('post.lines'); $lins = I('post.license'); $manager = I('post.manager'); $spe = I('post.species'); $radio =I('post.radio'); $note =I('post.note'); $time = time(); $nm = date("Y-m-d",$time); $upload = I("post.file"); //构建写入的数据数组 $data['type'] = $sel1; $data['name'] = $name; $data['phone'] = $phone; $data['age'] = $age; $data['marriage'] = $marriage; $data['cer_repoting'] = $cre; $data['income'] = $water; $data['lines'] = $lines; $data['license'] = $lins; $data['manage'] = $manager; $data['species'] = $spe; $data['collecting'] = $radio; $data['note'] = $note; $data['time'] = $nm; $data['upload'] = $upload; $data['user_id'] = $uid; if($name != ""){ if($phone != ""){ if($age != ""){ if($water != ""){ if($lines != ""){ if($note != ""){ if($user->add($data)){ $this->redirect('Home/zhuye'); }else{ $this->error('注册失败7'); } }else{ $this->error('注册失败6'); } }else{ $this->error('注册失败5'); } }else{ $this->error('注册失败4'); } }else{ $this->error('注册失败3'); } }else{ $this->error('注册失败2'); } }else{ $this->error('注册失败1'); } } $this->display('Home/tjkh'); }로그인 후 복사로그인 후 복사 및 // 공개 함수 upload(){ 형식으로 파일 업로드 작업을 작성합니다. $upload = new \Think\Upload();// 实例化上传类 $upload->maxSize = 2*1024*1024 ;// 设置附件上传大小 $upload->exts = array('jpg', 'gif', 'png', 'jpeg','txt','doc','wps','html');// 设置附件上传类型 $upload->savePath = './Uploads/'; // 设置附件上传目录 $upload->autoSub = true; $upload->subName = array('date','Ymd'); $upload->replace = true; // 上传文件 $info = $upload->upload(); if(!$info) {// 上传错误提示错误信息 $this->error($upload->getError()); }else{// 上传成功 foreach($info as $file){ $file['savepath'].$file['savename']; } $this->success('上传成功!'); } $user = M('up_file'); $userid = session('userid'); $time = time(); $nm = date("Y-m-d H:i:s",$time); $upload = $info['file']['name']; // 保存当前数据对象 $data['file_img'] = $file['savepath'].$file['savename']; $data['user_id'] = $userid; $data['file_time'] = $nm; $data['upload'] = $upload; if($userid != ""){ $user->add($data); } }로그인 후 복사로그인 후 복사 하나의 메소드만 구현하는 대신두 개의 해당 메소드를 어떻게 동기화할 수 있나요 답글 내용: 양식 또는 html 형식의 양식 类型: 房抵贷 垫资贷 企业贷 暂无1 暂无2 提醒通知 银行栏目 * 借款人姓名: 电话: 年龄: 婚否: 是 否 征信情况: 优 良 差 月进账流水: 万 贷款额度: 万 营业执照: 有 无 * 客服经理: 张 王 李 贷款种类: 先息后本 等额本息 等额本金 点位是否代收: 是 否 备注: 文件材料: 上传说明: 支持上传文件类型:'jpg', 'gif', 'png', 'jpeg','txt','doc','wps','html' 支持上传文件大小:不大于 2M. 로그인 후 복사로그인 후 복사 이 두 헤더는 컨트롤러 컨트롤러에 있습니다 //입력된 폼의 일반 데이터를 폼에 업로드하고 데이터베이스를 추가하는 작업이 적혀있습니다 function tjkh(){ $user = M('customer'); $uid = session('userid'); print_r($uid); if(isset($_POST['act']) && $_POST['act'] == 'tjkh'){ $sel1 = I('post.type'); $name = I('post.xingm'); $phone = I('post.phone'); $age = I('post.age'); $marriage = I('post.marriage'); $cre = I('post.cre_repoting'); $water = I('post.water'); $lines = I('post.lines'); $lins = I('post.license'); $manager = I('post.manager'); $spe = I('post.species'); $radio =I('post.radio'); $note =I('post.note'); $time = time(); $nm = date("Y-m-d",$time); $upload = I("post.file"); //构建写入的数据数组 $data['type'] = $sel1; $data['name'] = $name; $data['phone'] = $phone; $data['age'] = $age; $data['marriage'] = $marriage; $data['cer_repoting'] = $cre; $data['income'] = $water; $data['lines'] = $lines; $data['license'] = $lins; $data['manage'] = $manager; $data['species'] = $spe; $data['collecting'] = $radio; $data['note'] = $note; $data['time'] = $nm; $data['upload'] = $upload; $data['user_id'] = $uid; if($name != ""){ if($phone != ""){ if($age != ""){ if($water != ""){ if($lines != ""){ if($note != ""){ if($user->add($data)){ $this->redirect('Home/zhuye'); }else{ $this->error('注册失败7'); } }else{ $this->error('注册失败6'); } }else{ $this->error('注册失败5'); } }else{ $this->error('注册失败4'); } }else{ $this->error('注册失败3'); } }else{ $this->error('注册失败2'); } }else{ $this->error('注册失败1'); } } $this->display('Home/tjkh'); }로그인 후 복사로그인 후 복사 및 // 공개 함수 upload(){ 형식으로 파일 업로드 작업을 작성합니다. $upload = new \Think\Upload();// 实例化上传类 $upload->maxSize = 2*1024*1024 ;// 设置附件上传大小 $upload->exts = array('jpg', 'gif', 'png', 'jpeg','txt','doc','wps','html');// 设置附件上传类型 $upload->savePath = './Uploads/'; // 设置附件上传目录 $upload->autoSub = true; $upload->subName = array('date','Ymd'); $upload->replace = true; // 上传文件 $info = $upload->upload(); if(!$info) {// 上传错误提示错误信息 $this->error($upload->getError()); }else{// 上传成功 foreach($info as $file){ $file['savepath'].$file['savename']; } $this->success('上传成功!'); } $user = M('up_file'); $userid = session('userid'); $time = time(); $nm = date("Y-m-d H:i:s",$time); $upload = $info['file']['name']; // 保存当前数据对象 $data['file_img'] = $file['savepath'].$file['savename']; $data['user_id'] = $userid; $data['file_time'] = $nm; $data['upload'] = $upload; if($userid != ""){ $user->add($data); } }로그인 후 복사로그인 후 복사 한 가지 메소드만 구현하는 대신 두 가지 메소드를 동기화하는 방법 tjkh() 메소드에서 upload() 메소드를 호출하고, upload()에서 저장된 경로를 반환합니다