Are you an LLM? You can read better optimized documentation at /en/message-templates/components/attachment-upload.md for this page in Markdown format
File Upload
File Upload is data input component that lets your members upload up to 10 files.
This component has the following settings:

- Label — label displayed on the files group;
- Description — description displayed on the files group with smaller font size;
- Identifier — component identifier, enter something related to the component.
INFO
Identifier must be unique across all message components of this action.
The message template of Action being executed by this modal will get
modal.valuesvariable map, which keys will be those identifiers and their values are attachments data.Thus, this way Action can determine what files were uploaded and get information about them.
- The minimum/maximum amount of files — files amount limitation;
- Required — the files will be required to upload if checked.
Availability
This component is only available for Modal Form actions.