8000
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 81e2b73 commit c563c37Copy full SHA for c563c37
testing.rst
@@ -749,6 +749,10 @@ their type::
749
// uploads a file
750
$form['photo']->upload('/path/to/lucas.jpg');
751
752
+ // In the case of a multiple file upload
753
+ $form['my_form[field][O]']->upload('/path/to/lucas.jpg');
754
+ $form['my_form[field][1]']->upload('/path/to/lucas.jpg');
755
+
756
.. tip::
757
758
If you purposefully want to select "invalid" select/radio values, see
0 commit comments