--- breadcrumb: - Guides - Forms - Inputs - File summary-visible: false keywords: - form - input - file --- # File ## Description - Class for this input: `Berlioz\Form\Type\File` - HTML equivalent: `` ## Additional options All [commons options](inputs.md#common-options), and: | Name | Type | Default value | Description | |--------------|---------|---------------|----------------------------| | **multiple** | boolean | *none* | If multiple email accepted | ## Attributes List of attributes that interact with the forms library: | Name | Type | Default value | Description | |------------|--------|---------------|-------------------------------| | **accept** | string | *none* | Format(s) of accepted file(s) |