nizongfeng hace 2 años
padre
commit
f7ed98f901
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      application/admin/controller/Ajax.php

+ 0
- 2
application/admin/controller/Ajax.php Ver fichero

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


Cargando…
Cancelar
Guardar