* The unit of limitSize for file uploads should be MB.
This commit is contained in:
@@ -38,7 +38,7 @@ else
|
||||
(
|
||||
upload
|
||||
(
|
||||
set::limitSize($maxUploadSize),
|
||||
set::limitSize($maxUploadSize . 'B'),
|
||||
set::exceededSizeHint($exceedLimitMsg),
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user