Enable File Uploads
- Go to your form settings
- Enable “Allow File Uploads”
- Configure allowed file types and max size
HTML Form
Useenctype="multipart/form-data":
Multiple Files
React Example
Settings
Allowed File Types Examples
Storage Quota
Each plan has a storage limit:
View your usage in Account Settings.
Accessing Files
Files are stored securely and accessible via signed URLs. In the dashboard:- Go to form submissions
- Click on a submission with files
- Click the file to download
Security
- Files are stored in S3-compatible storage
- URLs are signed and expire after 1 hour
- File type validation on upload
- Virus scanning (Business plan)