Browse Source

上传文件大小,200mb

lizhen_gitee 7 months ago
parent
commit
d05a750f0f
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' => '50M',
+        'value' => '200M',
         'rule' => 'required',
         'msg' => '',
         'tip' => '',

+ 1 - 1
application/extra/upload.php

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