34 lines
850 B
Plaintext
34 lines
850 B
Plaintext
---
|
|
title: File upload
|
|
icon: upload
|
|
---
|
|
|
|
The File upload input block allows you to collect files from your user.
|
|
|
|
<Tabs>
|
|
<Tab title="Flow">
|
|
<Frame>
|
|
<img
|
|
src="/images/blocks/inputs/file-upload-flow.png"
|
|
alt="File upload input in flow"
|
|
className="rounded-lg"
|
|
/>
|
|
</Frame>
|
|
</Tab>
|
|
<Tab title="Bot">
|
|
<Frame>
|
|
<img
|
|
src="/images/blocks/inputs/file-upload-bot.png"
|
|
alt="File upload input in bot"
|
|
className="rounded-lg"
|
|
/>
|
|
</Frame>
|
|
</Tab>
|
|
</Tabs>
|
|
|
|
The placeholder accepts [HTML](https://en.wikipedia.org/wiki/HTML).
|
|
|
|
## Size limit
|
|
|
|
There is a 10MB fixed limit per uploaded file. If you want your respondents to upload larger files, you should ask them to upload their files to a cloud storage service (e.g. Google Drive, Dropbox, etc.) and share the link with you.
|