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

installationProgress.progressImageUrl Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Sets a URL to a custom image which replaces a default wait indicator.

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...other params...
});
var ip = $au.installationProgress(u);
ip.progressImageUrl("Scripts/InstallationProgress.gif");
//...other params...
u.writeHtml();

Property Value

Type: String

The URL to a custom image which replaces a default wait indicator.

Default value is "Scripts/InstallationProgress.gif".

See Also

Reference