Gets or sets a caption of the Add files context menu item.
$au.uploader({
contextMenu: {
//...other params...
addFilesText: "Add files...",
//...other params...
}
})
Type: String
The caption of the Add files context menu item.
Default value is "Add files...".
This property is necessary for localization of Image Uploader.