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

installationProgress.showDownloadingScreen Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Sets a value indicating whether the downloading screen should be displayed.

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...other params...
});
var ip = $au.installationProgress(u);
ip.showDownloadingScreen(true);
//...other params...
u.writeHtml();

Property Value

Type: Boolean

If true

Default value is true.

See Also

Reference