Zero-Configuration File Uploads
Add file upload functionality to your forms without any backend configuration. Files uploaded through your forms are securely stored and accessible via your FormDB dashboard.How to use
Simply addenctype="multipart/form-data" to your form tag and include an input with type="file".