We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5b554 commit 28ed8c9Copy full SHA for 28ed8c9
1 file changed
user_guide_src/source/libraries/uploaded_files.rst
@@ -43,7 +43,9 @@ this code and save it to your **app/Views** directory:
43
44
You'll notice we are using a form helper to create the opening form tag.
45
File uploads require a multipart form, so the helper creates the proper
46
-syntax for you. You'll also notice we have an ``$errors`` variable. This is
+syntax for you.
47
+
48
+You'll also notice we have an ``$errors`` variable. This is
49
so we can show error messages in the event the user does something
50
wrong.
51
0 commit comments