찾다

 >  Q&A  >  본문

썸네일 업로드에 실패했습니다. 이유는 무엇입니까?

썸네일 업로드 실패, 이유는 무엇인가요?

   伊丽莎白.@芳 伊丽莎白.@芳1061일 전1342

모든 응답(3)나는 대답할 것이다

  • autoload

    autoload2022-02-09 09:33:14

    문제를 자세히 설명하세요. 코드를 붙여넣는 것이 가장 좋습니다

    회신하다
    0
  •    伊丽莎白.@芳

    공개 함수 추가(){ $courses=D('강좌'); 만약 (IS_POST){ $date['이름']=I('이름'); $date['descs']=I('descs'); $date['content']=I('content'); $date['cateid']=I('cateid'); $date['update_date']=Date("연월일 h:i:s"); $업로드->최대 크기=5*1024*1024; $upload->exts=array('jpg','gif','png','jpeg'); $upload->rootPath='./Public/'; $upload->savePath='업로드/'; $upload->autoSub = 거짓; if ($_FILES['pic']['이름']) { $info=$upload->업로드(); 만약 (!$정보) { $this->error($upload->getError() ); }또 다른{ $_POST["pic"]=$info["pic"]["savePath"].$info["pic"]["saveName"]; } }또 다른{ $_POST["pic"]="업로드/빈.jpg"; } if ($courses->create($data)){ if($courses->add()){ $this->success('添加课程成功!',U('lst')); }또 다른 { $this->error('添加课程失败!'); } }또 다른 { $this->error($courses->getError()); } 반품; } $cateres=D('cate')->select(); $this->sign('cateres',$cateres); $this->display(); } 后台显示图裂开,数据库中图 Pictures 的路径是上传前图 Pictures 的路径,如name称.jpg,Public中没有文件上传上去

     伊丽莎白.@芳 · 2022-02-09 10:52:09
  • 취소회신하다