FilePickerUploadEvent
Event emitted when a file is uploaded via FilePicker.upload method.
Inherits: Event
Properties
Properties
errorclass-attributeinstance-attribute
error: str | None = NoneAn error message if the upload failed.
progressclass-attributeinstance-attribute
progress: float | None = NoneA value from 0.0 to 1.0 representing the progress of the upload.