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);


正在加载...
取消
保存