Browse Source

开放上传大小的限制

lizhen_gitee 4 months ago
parent
commit
2f0fc79574
2 changed files with 2 additions and 2 deletions
  1. 1 1
      addons/cos/config.php
  2. 1 1
      application/extra/upload.php

+ 1 - 1
addons/cos/config.php

@@ -144,7 +144,7 @@ return [
         'title' => '最大可上传',
         'type' => 'string',
         'content' => [],
-        'value' => '10M',
+        'value' => '1100M',
         'rule' => 'required',
         'msg' => '',
         'tip' => '',

+ 1 - 1
application/extra/upload.php

@@ -17,7 +17,7 @@ return [
     /**
      * 最大可上传大小
      */
-    'maxsize'   => '10mb',
+    'maxsize'   => '1100mb',
     /**
      * 可上传的文件类型
      */