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


Loading…
取消
儲存