Accepting Files
You can upload files from your HTML form using Formbox. Each file can be up to 5MB in size. Enabling your Formbox forms to accept file uploads is easy. Just addenctype="multipart/form-data"
to your form tag, and your ready to start collecting files on your submissions.
We only allow one file per submission right now.