InstallationProgress.ProgressHtml Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Sets a text saying that the download of ActiveX/Java Uploader is in progress.

Syntax

PHP
public function getProgressHtml() {
}

public function setProgressHtml($value) {
}

Property Value

Type: string

The text saying that the download of ActiveX/Java Uploader is in progress.

The value of this property can contain {0} placeholder. Before displaying the downloading screen, this placeholder is replaced with image URL defined in the ProgressImageUrl property. It allows you to customize images without changing HTML-marked text.

Default value is "<p><img src=\"{0}\" /><br /> Loading Aurigma Upload Suite...</p>".

See Also

Reference