Skip to main content

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 05

Overview

File Uploader 05 is a drag-and-drop file input component that allows users to upload a single file. It displays an upload icon with instructional text before a file is selected, and switches to show the uploaded file’s name with a remove button once a file has been chosen. The component manages its state through a custom state that tracks the uploaded file.

How to use

1

Open the Brikl panel

Navigate to the Elements category in the Brikl panel.
2

Copy the component

Find File Uploader 05 and click Copy.
3

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.

States

This component includes conditional states that automatically change its appearance.
StateTriggerVisual effect
File UploadedWhen the custom state ‘file_’ on the container is not empty (a file has been uploaded)The file uploader input becomes disabled and reduced to 50% opacity, preventing additional uploads
Hover (Empty)When the upload group is hovered and no file has been uploaded yetBackground color changes to a light gray (rgba(245,244,244,1))
File DisplayedWhen the custom state ‘file_’ on the container is not emptyThe uploaded file group becomes visible, showing the file name and a remove icon
No File (Hidden Uploaded Group)When the custom state ‘file_’ on the container is emptyThe uploaded file display group is hidden
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.
TriggerAction
FileUploader - 05 value changedSets the custom state ‘file_’ on the container group to the current value of the file input element
Icon - Remove File Uploader 05 is clickedResets the container group and clears the custom state ‘file_’, effectively removing the uploaded file and resetting the component
These workflows are included when you use the Copy with Workflows option in the Brikl panel.

Requirements

LicenseStarter plan required
PluginsNone
Custom codeNot required

Platforms

PlatformSupported
Web
Mobile

License

This component requires a Starter plan.