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
Last updated