maxFiles
Maximum number of files allowed in the upload.
Last updated
Maximum number of files allowed in the upload.
Attribute: max-files
Type: number
Default value: 2
uploader.maxFiles = 2;Maximum number of files the user can upload before sending for analysis.
Allowed values: from 1 to 5. Outside that range, the default value is applied and a warning is shown in the console.
<facephi-file-uploader-widget
maxFiles={2}
/>Last updated