uploadProgressDialog.megabytesText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet Explorer

Gets or sets a text for the megabytes unit in the uploading files dialog.

Syntax

JavaScript Initialize
$au.uploader({
    uploadProgressDialog: {
        //...other params...
        megabytesText: "Mb",
        //...other params...
    }
})

Property Value

Type: String

The text of the megabytes unit in the uploading files dialog.

Default value is "Mb".

Remarks

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

See Also

Reference