* The unit of limitSize for file uploads should be MB.

This commit is contained in:
hufangzhou
2023-11-10 16:35:57 +08:00
parent fc03a8c6fd
commit 8ba35e412f
+1 -1
View File
@@ -38,7 +38,7 @@ else
(
upload
(
set::limitSize($maxUploadSize),
set::limitSize($maxUploadSize . 'B'),
set::exceededSizeHint($exceedLimitMsg),
)
),