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

UploadProgressDialog.PreparingText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets text of the label which is visible when files are preparing for upload.

Syntax

PHP
public function getPreparingText() {
}

public function setPreparingText($value) {
}

Property Value

Type: string

Text of the Preparing label.

Default value is "Preparing files for upload...".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference