Documentation Index
Fetch the complete documentation index at: https://docs.brikl.co/llms.txt
Use this file to discover all available pages before exploring further.

Overview
File Uploader 06 is a multi-file upload component that allows users to drag and drop or click to browse files. It supports up to 10 files with a maximum size of 100MB each. It displays uploaded files in a repeating group list, allows individual file removal via an X icon, and includes a ‘Remove All’ button. The uploader becomes disabled and semi-transparent once the 10-file limit is reached.How to use
States
This component includes conditional states that automatically change its appearance.| State | Trigger | Visual effect |
|---|---|---|
| Hovered (under limit) | User hovers over the upload group and file count is less than 10 | Background color changes to a light gray (rgba(245,244,244,1)) |
| Limit reached | Custom state file list count equals 10 | Group becomes 50% opaque and the file input is disabled, preventing further uploads |
These states are handled natively by Bubble and require no additional setup.
They will work automatically once the component is pasted into your editor.
Responsive
This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble’s built-in mobile breakpoint.Workflows
This component includes pre-built workflows.| Trigger | Action |
|---|---|
| FileUploader - 06 value changed | Adds the newly uploaded file to the custom state list on the parent container, then resets the group |
| Icon - Remove Item FU (06) is clicked | Removes the corresponding file from the custom state list on the parent container |
| BT - Remove All Files (FU 06) is clicked | Clears the entire custom state file list on the parent container, resetting all uploaded files |
These workflows are included when you use the Copy with Workflows option in the Brikl panel.
Requirements
| License | Starter plan required |
| Plugins | None |
| Custom code | Not required |
Platforms
| Platform | Supported |
|---|---|
| Web | ✅ |
| Mobile | ❌ |
License
This component requires a Starter plan.
