This documentation is for the old version. Go to the latest Upload Suite docs

Messages.UploadCompleted Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which notifies that the upload is successfully finished.

Syntax

PHP
public function getUploadCompleted() {
}

public function setUploadCompleted($value) {
}

Property Value

Type: string

The string notifying that the upload is successfully finished. To disable this message, set it to an empty string.

Default value is "Upload complete.".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference