84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
すみません、写真は正常にアップロードされましたが、背景の対応するフォルダーに写真がありません。原因は何ですか? (サーバーに展開)
public function Upload(){ $file = request()->file('file'); if ($file) { $info = $file->move('/public/upload/weixin'); if ($info) { $file = str_replace('\\', '/', $info->getSaveName()); $res = ['errCode'=>0,'errMsg'=>'图片上传成功','file'=>$file]; json($res)を返します; }else { return $this->errorJson(2, $file->getError()); } }}
これはコード スニペットです
public function Upload(){ $file = request()->file('file'); if ($file) { $info = $file->move('/public/upload/weixin'); if ($info) { $file = str_replace('\\', '/', $info->getSaveName()); $res = ['errCode'=>0,'errMsg'=>'图片上传成功','file'=>$file]; json($res)を返します; }else { return $this->errorJson(2, $file->getError()); } }}
これはコード スニペットです