Skip to main content

DxUpload Events

A control that allows users to upload files to a web server.
Name Description
FileReloaded Fires when a file is reloaded.
FileUploadAborted Fires when the file upload is aborted.
FileUploaded Fires when a file was uploaded.
FileUploadError Fires if an error occurs during file upload.
FileUploadPaused Fires when file upload is paused.
FileUploadProgressChanged Fires when the upload progress changes.
FileUploadStart Fires when file upload is about to start.
FileUploadStarted Fires when the file upload starts.
SelectedFilesChanged Fires when the file list changes.
See Also