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