Skip to main content

File Upload

The File Upload component allows users to browse and select one or more files to upload. It is used independently or as a form component within a Form Block.

The component also has Custom Properties that allow you to add additional properties using Key Value pairs.

Properties

NameTypeDefaultDescription
acceptedFilesstringDefines a comma-separated list of allowed file types.
maxFileSizenumberDefines the maximum size of a file.
requiredboolfalseIf true, a file must be uploaded. (form only)
on this page