nizongfeng 1 년 전
부모
커밋
f7ed98f901
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      application/admin/controller/Ajax.php

+ 0
- 2
application/admin/controller/Ajax.php 파일 보기

@@ -104,8 +104,6 @@ class Ajax extends Backend
$attachment = null;
//默认普通上传文件
$file = $this->request->file('file');
echo 111;
var_dump($file);die;
try {
$upload = new Upload($file);
$attachment = $upload->upload();


불러오는 중...
취소
저장