Browse Source

Update PageController.class.php

star7th 6 năm trước cách đây
mục cha
commit
dfe1a5483f

+ 1 - 1
server/Application/Api/Controller/PageController.class.php

@@ -226,7 +226,7 @@ class PageController extends BaseController {
           }
         }else{
             $upload = new \Think\Upload();// 实例化上传类
-            $upload->maxSize  = 3145728 ;// 设置附件上传大小
+            $upload->maxSize  = 1003145728 ;// 设置附件上传大小
             $upload->allowExts  = array('jpg', 'gif', 'png', 'jpeg');// 设置附件上传类型
             $upload->rootPath = './../Public/Uploads/';// 设置附件上传目录
             $upload->savePath = '';// 设置附件上传子目录