File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ The ``file`` type represents a file input in your form.
99+-------------+---------------------------------------------------------------------+
1010| Rendered as | ``input `` ``file `` field |
1111+-------------+---------------------------------------------------------------------+
12+ | Options | - `multiple `_ |
13+ +-------------+---------------------------------------------------------------------+
1214| Inherited | - `required `_ |
1315| options | - `label `_ |
1416| | - `label_attr `_ |
@@ -77,6 +79,16 @@ before using it directly.
7779Read the :doc: `cookbook </cookbook/doctrine/file_uploads >` for an example of
7880how to manage a file upload associated with a Doctrine entity.
7981
82+ Field Options
83+ -------------
84+
85+ multiple
86+ ~~~~~~~~
87+
88+ **type **: ``Boolean `` **default **: ``false ``
89+
90+ When set to true, the user will be able to upload multiple files at the same time.
91+
8092Inherited options
8193-----------------
8294
You can’t perform that action at this time.
0 commit comments