Gets or sets a text of the dialog message.
$au.uploader({
authenticationDialog: {
//...other params...
text: "Host [name] requires authentication",
//...other params...
}
})
Type: String
The text of the dialog message. It can contain the following placeholder:
Default value is "Host [name] requires authentication".
This property is necessary for localization of Image Uploader.