Events

Ultimate Uploadcare Uploader Events

Files Updated

Triggered when the list of files in the uploader has been modified.

Use Cases:

  • Update UI elements that depend on the current file list

  • Trigger workflows when files are added or removed

Done Clicked

Triggered when the user clicks the 'Done' button in the uploader interface.

Use Cases:

  • Finalise the upload process

  • Close the uploader modal

  • Process the uploaded files

Triggered when the uploader modal interface is opened.

Use Cases:

  • Track when users start the upload process

  • Initialise any necessary UI elements

Triggered when the uploader modal interface is closed.

Use Cases:

  • Reset UI states

  • Log user interaction completion

Files Cleared

Triggered when all files have been removed from the uploader.

Use Cases:

  • Reset file-dependent UI elements

  • Clear file-related states

Last updated