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 path?
  • State Definition
  • Example
  1. Elements
  2. Ultimate Uploadcare - Uploader
  3. Exposed States

List of File Paths

Element: Ultimate Uploadcare - Uploader

What is a file path?

A File Path (a.k.a File URL, Image Path or Image URL) is the unique link to your image. All Uploadcare file paths adhere to the following structure:

https://ucarecdn.com/:uuid/-/:transformations/

This structure means you can build the file path for any image yourself with just the UUID, which is especially helpful when you want to include on the fly transformations or optimisation ( Optimising Images for SEO).

State Definition

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

Example

[
  "https://ucarecdn.com/3db984c8-8820-401e-b2d3-7261fe2262c2/",
  "https://ucarecdn.com/7b272291-f31a-4947-93d0-69682260ad0b/",
  "https://ucarecdn.com/6c0cf60d-86e6-4ba9-b3c9-c8e168cac9e7/",
  "https://ucarecdn.com/318d1500-fb81-4a96-9302-bab5c2a2aa50/"
]

PreviousExposed StatesNextList of UUIDs

Last updated 6 months ago