Guides
Uploading files
Learn how to ingest files in your forms.
Prerequisites
To get the most out of this guide, you’ll need to:
1. Update your form
Update your form to use enctype='multipart/form-data'
and add a input inside:
index.html
2. See on your Dashboard
Now if you make a submissions, you should see your attachment on the dashboard.
File Uploads Limitations
At the moment the files feature has some limitations:
Max file size 50 Mb. Since we are running our infrastructure on the edge, we only support 50 Mb to prevent issues. We have planned to increase this limit in a future.
Multifile inputs are not supported. At the moment uploading multiple files with a single input will result on a single file uploaded (the first selected).
Was this page helpful?