FilePickerUploadEvent

Overview

Represents an event triggered during file uploads initiated by the FilePicker service.

Properties

  • **error**: str | None
  • * Description: An error message if the upload failed. Defaults to None.
  • **file_name**: str
  • * Description: The name of the uploaded file.
  • **progress**: float | None
  • * Description: Upload progress, a value from 0.0 to 1.0. Defaults to None.

    Inheritance

    Inherits from Event and FilePicker.