File tree 1 file changed +12
-0
lines changed
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.
9
9
+-------------+---------------------------------------------------------------------+
10
10
| Rendered as | ``input `` ``file `` field |
11
11
+-------------+---------------------------------------------------------------------+
12
+ | Options | - `multiple `_ |
13
+ +-------------+---------------------------------------------------------------------+
12
14
| Inherited | - `required `_ |
13
15
| options | - `label `_ |
14
16
| | - `read_only `_ |
@@ -76,6 +78,16 @@ before using it directly.
76
78
Read the :doc: `cookbook </cookbook/doctrine/file_uploads >` for an example of
77
79
how to manage a file upload associated with a Doctrine entity.
78
80
81
+ Field Options
82
+ -------------
83
+
84
+ multiple
85
+ ~~~~~~~~
86
+
87
+ **type **: ``Boolean `` **default **: ``false ``
88
+
89
+ When set to true, the user will be able to upload multiple files at the same time.
90
+
79
91
Inherited options
80
92
-----------------
81
93
You can’t perform that action at this time.
0 commit comments