> ## 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.

# File Uploader 06

> Dashed-border file upload zone with drag-and-drop area, icon, labels, and uploaded file list.

<Frame>
  ![File Uploader 06](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/File%20Uploaders/file-uploader-multiple-files-uploader-with-list.png)
</Frame>

## 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

<Steps>
  <Step titleSize="h4" title="Open the Brikl panel">
    Navigate to the **Elements** category in the Brikl panel.
  </Step>

  <Step titleSize="h4" title="Copy the component">
    Find **File Uploader 06** and click **Copy**.
  </Step>

  <Step titleSize="h4" title="Paste into your editor">
    Paste it into your Bubble canvas with `Cmd + V` (Mac) or `Ctrl + V` (Windows),
    or right-click on the canvas and select **Paste**.
  </Step>
</Steps>

## 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 |

<Note>
  These states are handled natively by Bubble and require no additional setup.
  They will work automatically once the component is pasted into your editor.
</Note>

## 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       |

<Note>
  These workflows are included when you use the **Copy with Workflows** option in the Brikl panel.
</Note>

## Requirements

|             |                       |
| ----------- | --------------------- |
| License     | Starter plan required |
| Plugins     | None                  |
| Custom code | Not required          |

## Platforms

| Platform | Supported |
| -------- | --------- |
| Web      | ✅         |
| Mobile   | ❌         |

## License

<Note>
  This component requires a **Starter** plan.
</Note>
