We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbabefa commit 3839795Copy full SHA for 3839795
1 file changed
user_guide_src/source/libraries/validation.rst
@@ -896,7 +896,7 @@ Rules for File Uploads
896
======================
897
898
These validation rules enable you to do the basic checks you might need to verify that uploaded files meet your business needs.
899
-Since the value of a file upload HTML field doesn't exist, and is stored in the $_FILES global, the name of the input field will
+Since the value of a file upload HTML field doesn't exist, and is stored in the ``$_FILES`` global, the name of the input field will
900
need to be used twice. Once to specify the field name as you would for any other rule, but again as the first parameter of all
901
file upload related rules::
902
0 commit comments