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

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

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


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