Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -97,7 +97,7 @@ class AdminMakeVideoController extends AdminController | ... | @@ -97,7 +97,7 @@ class AdminMakeVideoController extends AdminController |
97 | // ->accept('mp4,mov') | 97 | // ->accept('mp4,mov') |
98 | ->autoUpload() | 98 | ->autoUpload() |
99 | ->uniqueName() | 99 | ->uniqueName() |
100 | - ->maxSize('102400') | 100 | + ->maxSize('128000') |
101 | ->addElementClass('video_url'); | 101 | ->addElementClass('video_url'); |
102 | }) | 102 | }) |
103 | ->when(2,function (Form $form){ | 103 | ->when(2,function (Form $form){ | ... | ... |
-
Please register or login to post a comment