Gets or sets a label displayed on the upload pane under Mac OS when the upload pane is empty.
$au.uploader({ uploadPane: { //...other params... dropFilesHereMacText: "Add files here...", //...other params... } })
Type: String
The label displayed on the upload pane under Mac OS when the upload pane is empty.
Default value is "Add files here...".
This property is necessary for localization of ActiveX/Java Uploader.