This section describes events fired by this UI component.
Raised before the request is sent to the server and allows you to customize this request.
Event
Main article: onBeforeSend
Raised when the UI component's content is ready.
Main article: onContentReady.
Raised before the UI component is disposed of.
Main article: onDisposing
Raised when the mouse enters a drop zone as it drags a file.
Main article: onDropZoneEnter
Raised when the mouse leaves a drop zone as it drags a file.
Main article: onDropZoneLeave
Raised when the file upload process is complete.
Main article: onFilesUploaded
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised when a file segment is uploaded.
Main article: onProgress
Raised when the file upload is aborted.
Main article: onUploadAborted
Raised when a file is successfully uploaded.
Main article: onUploaded
Raised when an error occurs during the file upload.
Main article: onUploadError
Raised when the file upload is started.
Main article: onUploadStarted
Raised when one or several files are added to or removed from the selection.
Main article: onValueChanged