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

> Circular file uploader with drag-and-drop area, upload icon, and remove button overlay.

<Frame>
  ![File Uploader 03](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/File%20Uploaders/file-uploader-avatar-circle.png)
</Frame>

## Overview

File Uploader 03 is a circular avatar-style file upload component that allows users to upload a file by clicking or dragging onto a dashed circular boundary. It displays an icon prompt when empty and shows the uploaded image as a background when a file is selected. A remove button appears in the corner to clear the uploaded file.

## 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 03** 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                          | User hovers over the main group container                   | Background color changes to a light gray (rgba(245,244,244,1))             |
| File Selected - Background Image | File uploader element has a non-empty value (file uploaded) | The uploaded file is displayed as a centered background image on the group |
| Icon Hidden                      | File uploader element has a non-empty value (file uploaded) | The placeholder user-circle icon becomes hidden                            |
| Remove Button Visible            | File uploader element has a non-empty value (file uploaded) | The remove button becomes visible, allowing the user to clear the file     |
| Remove Button Hovered            | User hovers over the remove button                          | Remove button opacity increases to 90%                                     |
| Remove Button Not Clickable      | Remove button is not clickable                              | Remove button opacity reduces to 50%                                       |

<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                                                                                                                   |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| BT - Remove File Uploader 03 is clicked | Resets the main group (GP - File Uploader 03), clearing the uploaded file and reverting the component to its empty state |

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