descriptionEditor.maxTextLength Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a description length.

Syntax

JavaScript Initialize
$au.uploader({
    descriptionEditor: {
        //...other params...
        maxTextLength: 512,
        //...other params...
    }
})

Property Value

Type: Number

The maximum allowed number of symbols in user-provided descriptions.

Default value is 512.

See Also

Reference