We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b496b commit db7041cCopy full SHA for db7041c
user_guide_src/source/libraries/validation.rst
@@ -971,8 +971,8 @@ Rule Parameter Description
971
======================= ========== ============================================= ===================================================
972
uploaded Yes Fails if the name of the parameter does not ``uploaded[field_name]``
973
match the name of any uploaded files.
974
- If you want the file upload to be optional (not required),
975
- do not define this rule.
+ If you want the file upload to be optional
+ (not required), do not define this rule.
976
977
max_size Yes Fails if the uploaded file named in the ``max_size[field_name,2048]``
978
parameter is larger than the second
0 commit comments