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
Triggered when the user clicks the 'Done' button in the uploader interface.
Finalise the upload process
Close the uploader modal
Process the uploaded files
Triggered when the uploader modal interface is opened.
Track when users start the upload process
Initialise any necessary UI elements
Triggered when the uploader modal interface is closed.
Reset UI states
Log user interaction completion
Triggered when all files have been removed from the uploader.
Reset file-dependent UI elements
Clear file-related states
Last updated 8 months ago