by Joe Marshall on April 30th, 2022
Formcake now supports file uploads! Well OK we actually have for a while, but now we're ready to brag about it!
All you need to do is add the appropriate input
tag with type="file"
to your form and make sure your <form>
tag has the proper encoding type (enctype="multipart/form-data"
) and you're ready to start collecting resumes, site photos, or any other type of supported file, which right now includes jpg
, gif
,png
, tiff
, svg
, txt
, pdf
, csv
, and json
.
Check out our documentation for more, including some example code to get you started.