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

installationProgress.commonHtml Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Sets an HTML-marked description of Image Uploader displayed on the both stages (downloading and installation).

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...other params...
});
var ip = $au.installationProgress(u);
ip.commonHtml("<p>Aurigma Image Uploader control is necessary to upload " +
"your files quickly and easily. You will be able to select multiple images in user-friendly " +
"interface instead of clumsy input fields with <strong>Browse</strong> button.</p>");
//...other params...
u.writeHtml();

Property Value

Type: String

The description of Image Uploader.

Default value is "<p>Aurigma Image Uploader control is necessary to upload your files quickly and easily. You will be able to select multiple images in user-friendly interface instead of clumsy input fields with <strong>Browse</strong> button.</p>".

See Also

Reference