uploadProgressDialog.preparingText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

JavaScript Initialize
$au.uploader({
    uploadProgressDialog: {
        //...other params...
        preparingText: "Preparing files for upload...",
        //...other params...
    }
})

Property Value

Type: String

Text of the Preparing label.

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

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference