File upload field
Description
A file upload field is used to get a file from the user. The maximum allowed file size depends on your subscription plan. This field supports resumable uploads, which means that if the user’s internet connection is interrupted, they can resume the upload from where it left off.
Uses
Allow uploading documents like resumes or certificates for applications forms.
Allow uploading rich media like images or videos for a portfolio.
Allow users to upload screenshots or other files for bug reports.
Styling
Multi-column layout: Use the layout setting under the General tab to display the field in a multi-column layout.
Hide label: Check the Hide label from view setting under the General tab to hide the label from view.
Validation
- Required: Check if the field is not empty.
- Min files: Check if the user has uploaded a minimum number of files.
- Max files: Check if the user has uploaded a maximum number of files.
- Max size: Check if the file size is within the specified limit.
- File types: Check if the file type is allowed. You can select one or more types (like image, video) and also define custom extensions.