Formbase does not enforce file type restrictions on the server. If you want to limit uploads to certain file types, enforce it in your UI and (if needed) in your own backend before sending the file to Formbase. The simplest approach is to use theDocumentation Index
Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
accept attribute on your file input.
For strict enforcement, validate on your own server or upload proxy before forwarding to Formbase.