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
  • Display files in either a list or a grid layout [v 1.27.0]
  • Uploadcare version migration and video support [v 1.26.0]
  • Dark Mode and extra data in JSON output [v 1.21.0]
  • Dynamic Localisation [v 1.19.0]
  • Dynamic Allowed File Types [v 1.17.0]
  • Localisation and Migration [v 1.16.0]
  • Pre-populate uploader with file URLs [v 1.15.0]
  • Open Uploader from Workflow Action [v 1.14.0]
  • Define Allowed File Types [v 1.13.0]
  • Convert images to Base64 [v 1.12.0]
  • New events and a helpful workflow action [v 1.11.0]
  • Force aspect ratio when uploading [v 1.10.0]
  • Client side image optimisation [v 1.9.0]
  • Disable Uploader [v 1.7.0]
  • Edit already uploaded images with the Cloud Image Editor [v 1.6.0]
  • Delete File Action [v 1.5.0]
  1. Introduction

Release Notes

PreviousKey FeaturesNextRetrieving Uploadcare Keys

Last updated 2 days ago

Keep up to date with the changes to Ultimate Uploadcare here.

Display files in either a list or a grid layout [v 1.27.0]

Date: 2025-05-06

  • Introduced Files View Mode as a config setting. Choose between a list (default) or grid view for uploaded files: Files View Mode

    • Related release note from Uploadcare


Uploadcare version migration and video support [v 1.26.0]

Date: 2025-04-10

  • Migrated the plugin to use Uploadcare's v1 uploader. There shouldn't be any breaking changes but if any are found, please reach out via .

  • Following Uploadcare's introduction for more video support, you can now define which input modes are available for the camera with the 'Camera Modes' field. Read more here: Upload Options

  • For convenience, a simple video player that supports Uploadcare's Adaptive Bitrate Streaming: Ultimate Uploadcare - Video Player


Dark Mode and extra data in JSON output [v 1.21.0]

Date: 2024-08-28

  • Can dynamically define which theme (color scheme) the uploader should use. Read more here: Color Scheme

  • Extended the 'Array of Files' state to include more information. Read more here: Array of Files


Dynamic Localisation [v 1.19.0]

Date: 2024-08-16

  • Can define the language of the uploader dynamically. Read more here: Language


Dynamic Allowed File Types [v 1.17.0]

Date: 2024-08-03

  • Can define the allowed file types dynamically. Read more here: Allowed File Types


Localisation and Migration [v 1.16.0]

Date: 2024-07-28

  • Added the option to change the language of the uploader. Read more here: Language

  • Migrated the plugin from v0.32 to v0.50 of Uploadcare.


Pre-populate uploader with file URLs [v 1.15.0]

Date: 2024-05-28

  • Added the option to pre-populate the uploader with already uploaded files. Read more here: Pre-populated Files


Open Uploader from Workflow Action [v 1.14.0]

Date: 2024-04-26

  • Added 'Open Uploader' workflow action. Read more here: Open Uploader


Define Allowed File Types [v 1.13.0]

Date: 2024-04-21

  • Introduced the option to limit the files that can be uploaded to specified file types. Read more here: Allowed File Types


Convert images to Base64 [v 1.12.0]

Date: 2024-04-12

  • Introduced the option to convert images to base64 and output them in a specified format. Read more here: Convert to Base64


New events and a helpful workflow action [v 1.11.0]

Date: 2024-03-11

  • Introduced the 'Extract UUID' workflow action. Read more here: Extract UUID

  • Introduced the 'Done Clicked' event. Read more here: Done Clicked

  • Introduced the 'Modal Opened' event. Read more here: Modal Opened

  • Introduced the 'Modal Closed' event. Read more here: Model Closed


Force aspect ratio when uploading [v 1.10.0]

Date: 2024-03-10

  • Added the ability to specify a set aspect ratio for uploaded files. Read more here: Crop Preset


Client side image optimisation [v 1.9.0]

Date: 2024-03-09

  • Added the ability to upload hi-res images and shrink them in size to a reasonable resolution, keeping the original aspect ratio.. Read more here: Shrink Image


Disable Uploader [v 1.7.0]

Date: 2024-03-01

  • Added the ability to disable of the uploader using conditional logic. Read more here: Disable Uploader


Edit already uploaded images with the Cloud Image Editor [v 1.6.0]

Date: 2024-02-28

  • Added support for Uploadcare's 'Cloud Image Editor'. Read more here: Image Editing with Ultimate Uploadcare - Cloud Image Editor


Delete File Action [v 1.5.0]

Date: 2024-02-26

  • ‘Delete File’ workflow action added. Read more here: Delete File

  • Improved error messages for the ‘Store File’ workflow action. Read more here: Store File

email