file URL (and optionally a single image URL) per submission. If you need to collect multiple files, you have two good options:
- Submit multiple times (one file per submission), or
- Upload files to your own storage and send the resulting URLs to Formbase as JSON.
Upload files to your storage
Use a dedicated upload endpoint or direct-to-storage upload flow. Collect the URLs in your client or server.
If you submit multiple file inputs in a single
multipart/form-data request, Formbase keeps only one file and one image URL.