Gets or sets a label displayed on the upload pane when it is empty.
$au.uploader({
uploadPane: {
//...other params...
dropFilesHereText: "Drop files here...",
//...other params...
}
})
Type: String
The label displayed on the upload pane when it is empty.
Default value is "Drop files here...".
This property is necessary for localization of Image Uploader.