nizongfeng 1 år sedan
förälder
incheckning
bc65bf896f
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      application/admin/controller/Ajax.php

+ 1
- 0
application/admin/controller/Ajax.php Visa fil

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


Laddar…
Avbryt
Spara