Hi, is there a no code way for creating a file upload option on a form? Any ideas on where to store form submissions including the file?
I currently have a form with no file upload option that links to an Airtable via Zapier.
Hi @asriram, and welcome to the Builder.io forum! Itās good to see you.
You can set an āuploadā option by dragging in an input block and setting its type to āfileā:
Regarding the storage of that file, this is going to depend on your backend. You can read more about that portion in the Building Forms help article. Youāll want to connect an API URL to POST your form data from Builder to Airtable, so you may want to reach out to a developer or seek out a tutorial on the Airtable metadata API.
Thank you!
~ Logan from Builder.io
Hey @logan! Thank you so much! Yeah I figured Airtable supports it & I found a way to store it. This was really helpful!
Hi @logan, is there any documentation I can refer for max file sizes & file types supported by Builder?
Hey @asriram,
Thereās no limitation on filetype.
We have a limit of 30MB for the entire submission when you are using the āSend to Emailā option. I am not aware of a limit when you are sending data to a database, but let me know if it appears that you are running into one!
Thanks,
Logan from Builder.io