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 5016771 commit 38da641Copy full SHA for 38da641
testing.rst
@@ -757,7 +757,7 @@ their type::
757
$form['photo']->upload('/path/to/lucas.jpg');
758
759
// In the case of a multiple file upload
760
- $form['my_form[field][O]']->upload('/path/to/lucas.jpg');
+ $form['my_form[field][0]']->upload('/path/to/lucas.jpg');
761
$form['my_form[field][1]']->upload('/path/to/lisa.jpg');
762
763
.. tip::
0 commit comments