...
- ButtonCaption - Label of the upload button.
Include Page Property Caption Property Caption - Receiver - The receiver is an object that processes the file on the server side.
Include Page Property TabIndex Property TabIndex
Important events:
- uploadFailed - Is triggered when the upload fails.
- uploadFinished - Is triggered as soon as the upload has ended. At this point, it is still not clear if the upload was successful.
- updateProgress - Is triggered regularly during the upload. Thus it is possible to track the progress of the upload.
- uploadStarted - Is triggered as soon as the upload has started.
- uploadSucceeded - Is triggered as soon as the upload has ended and was successful.
...