ソースを参照

修复上传时不返回AJAX格式信息

Karson 8 年 前
コミット
829395b491
1 ファイル変更1 行追加0 行削除
  1. 1 0
      application/admin/controller/Ajax.php

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

@@ -48,6 +48,7 @@ class Ajax extends Backend
      */
     public function upload()
     {
+        Config::set('default_return_type', 'json');
         $file = $this->request->file('file');
         if (empty($file))
         {