statusPane.noFilesToUploadText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text on the status pane which is displayed when the upload pane is empty.

Syntax

JavaScript Initialize
$au.uploader({
    statusPane: {
        //...other params...
        noFilesToUploadText: "No files to upload",
        //...other params...
    }
})

Property Value

Type: String

The text stating that the upload pane is empty.

Default value is "No files to upload".

Remarks

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

See Also

Reference