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

uploadPane.dropFilesHereText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a label displayed on the upload pane when it is empty.

Syntax

JavaScript Initialize
$au.uploader({
    uploadPane: {
        //...other params...
        dropFilesHereText: "Drop files here...",
        //...other params...
    }
})

Property Value

Type: String

The label displayed on the upload pane when it is empty.

Default value is "Drop files here...".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference

Manual