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
| Setting | Default | Description |
|---|---|---|
| Max File Size | 10 MB | Maximum size per file |
| Allowed Types | image/*, application/pdf | MIME types or extensions |
Allowed File Types Examples
Storage Quota
Each plan has a storage limit:| Plan | Storage |
|---|---|
| Free | 100 MB |
| Pro | 1 GB |
| Business | 10 GB |
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)