nizongfeng il y a 2 ans
Parent
révision
dfbe55f453
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      application/admin/controller/Ajax.php

+ 1
- 0
application/admin/controller/Ajax.php Voir le fichier

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


Chargement…
Annuler
Enregistrer