File Picker
The File Picker allows you to upload files from their own filesystem. You can attach a file to an API request or SQL query by combining the File Picker with a Form or Button component.
Internal currently supports two methods for uploading files
- Uploading a binary file without any metadata
- Uploading a file object with the following keys: name, size, data, and type
Defaults
You can optionally set a default value for your File picker.

Updated 9 months ago