FormLoom

File uploads

Accept attachments up to 25MB on Pro.

Add a file input and send multipart/form-data. FormLoom stores the file and links it in the email and dashboard.

html
<form action="https://api.formloom.ai/submit/YOUR_ACCESS_KEY" method="POST" enctype="multipart/form-data">
  <input type="file" name="attachment" />
  <button type="submit">Send</button>
</form>
  • Free: 10MB per file
  • Pro: 25MB
  • Team: 100MB
  • Files are stored permanently, like submissions
File uploads — Docs · FormLoom