Ultimate Uploadcare
DemoEditorGet Ultimate Uploadcare
  • Welcome
  • Introduction
    • Key Use Cases
    • Key Features
    • Release Notes
  • Getting Started
    • Retrieving Uploadcare Keys
    • Installing the plugin
  • Elements
    • Ultimate Uploadcare - Uploader
      • Settings
        • Upload Options
        • Upload Config
        • Button Styling
      • Exposed States
        • List of File Paths
        • List of UUIDs
        • List of File Names
        • Array of Files
        • Disabled
        • Base64 Array
      • Workflow Actions
        • Reset Uploader
        • Remove File From Uploader
        • Open Uploader
        • Close Uploader
      • Events
    • Ultimate Uploadcare - Cloud Image Editor
      • Settings
      • Exposed States
      • Workflow Actions
      • Events
    • Ultimate Uploadcare - Video Player
      • Settings
    • Backend Workflow Actions
      • Store File
      • Delete File
      • Extract UUID
  • Implementation
    • File Uploads with Ultimate Uploadcare - Uploader
    • Saving Files to Bubble
    • Storing Files in Uploadcare
    • Optimising Images for SEO
    • Image Editing with Ultimate Uploadcare - Cloud Image Editor
Powered by GitBook
On this page
  • What is a File Name?
  • State Definition
  • Example
  1. Elements
  2. Ultimate Uploadcare - Uploader
  3. Exposed States

List of File Names

Element: Ultimate Uploadcare - Uploader

What is a File Name?

A File Name is a non-unique name for your uploaded file. The file name is always taken from the source file uploaded to Uploadcare. For example, if you upload an image called "image.png" from your device, the File Name in Uploadcare will be "image.png" as well.

State Definition

The 'List of File Names' exposed state is an array of file File Names for the files currently populating the uploader. Whenever the files in the uploader change, the value of this state will update accordingly.

Example

[
  "test-photo.jpg",
  "pawel-czerwinski-XQqd6JKDkSM-unsplash.jpg",
  "still-life-vase-with-twelve-sunflowers.jpg!HD.jpg",
  "pavlo-t-DPlEQT7Hlpk-unsplash.jpg"
]

PreviousList of UUIDsNextArray of Files

Last updated 6 months ago