浏览代码

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

Karson 7 年之前
父节点
当前提交
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))
         {