nizongfeng 1年前
父节点
当前提交
bc65bf896f
共有 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');
var_dump($file);die;
try {
$upload = new Upload($file);
$attachment = $upload->upload();


正在加载...
取消
保存