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

UploadProgressDialog.TitleText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a title of the dialog displayed displayed during the upload.

Syntax

PHP
public function getTitleText() {
}

public function setTitleText($value) {
}

Property Value

Type: string

The title of the uploading files dialog.

Default value is "Uploading files to server".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference