Skip to content

File Upload Field

The file upload field lets end users attach one or more files to their form submission.

Settings

Label — The label displayed above the field.

Help text — Explanatory text shown below the field, for example to inform the end user of accepted file types or size limits.

Required — Makes uploading at least one file mandatory.

Max number of files — The maximum number of files the end user can upload in a single submission.

Accepted file types — Restricts which file types the end user can select. Specify using MIME types or file extensions (e.g. .pdf, .jpg, image/png). Leave empty to accept any file type.

Max file size — The maximum size allowed per file. Accepted values are between 1 MB and 100 MB.

Notes

  • Files are uploaded when the form is submitted, not immediately when the end user selects them.
  • If submission storage is disabled for the form, uploaded files will not be retained after the form's actions have run.