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
  1. Implementation

Storing Files in Uploadcare

Get the most out of your available Uploadcare storage

PreviousSaving Files to BubbleNextOptimising Images for SEO

Last updated 5 months ago

Read all about Uploadcare's storage on their

Uploadcare Storage

Uploadcare offers a simple mechanism out of the box to optimise your storage usage for only those files that should remain. Once you know what images need to be stored, you can make use of the '' workflow action to tell Uploadcare to store the file indefinitely.

1

Configure storage settings in Uploadcare

Our recommendation is to keep the Automatic File Storing setting turned off so that unnecessary files are removed after 24 hours. This is crucial for apps that allow users to upload many times before saving their final selection. Stored and unused files can add up quickly!

2

Create a backend workflow

Add a backend workflow that stores the file using the '' workflow action.

If you only have the file path (URL) and not the UUID, use the '' workflow action to pull the UUID out of the URL.

3

Schedule API workflow

You can either do this on a list (likely the state from the Ultimate Uploadcare - Uploader element) or on a single UUID.

official docs
Store File
Store File
Extract UUID
List of UUIDs