Last updated
Configuration properties of the File Uploader component.
The File Uploader component is configured through the following properties.
It is recommended to configure it using JavaScript, JSX, or framework bindings. Avoid native HTML attributes (
max-files="2"), since formatting may be lost.
maxFiles: Maximum number of files allowed.
maxFileSize: Maximum allowed size in MB per file.
Last updated