maxFileSize
Maximum size per file in megabytes.
Last updated
Maximum size per file in megabytes.
Attribute: max-file-size
Type: number
Accepted values: From 1to 50
Default value: 2.25
uploader.maxFileSize = 2.25;Maximum allowed size in megabytes for each uploaded file.
Allowed values: from 1 to 50. Outside that range, the default value is applied and a warning is shown in the console.
Last updated
<facephi-file-uploader-widget
maxFileSize={10}
/>