nizongfeng há 1 ano
ascendente
cometimento
f7ed98f901
1 ficheiros alterados com 0 adições e 2 eliminações
  1. +0
    -2
      application/admin/controller/Ajax.php

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

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


Carregando…
Cancelar
Guardar