For the complete documentation index, see llms.txt. This page is also available as Markdown.

maxFiles

Maximum number of files allowed in the upload.

Details

Attribute: max-files

Type: number

Default value: 2

Morphology

uploader.maxFiles = 2;

Description

Maximum number of files the user can upload before sending for analysis.

Considerations

Allowed values: from 1 to 5. Outside that range, the default value is applied and a warning is shown in the console.


Example

<facephi-file-uploader-widget
    maxFiles={2}
/>

Last updated