Gets or sets a message of the dialog which asks a user to confirm that they really want to delete uploaded files.
$au.uploader({ deleteFilesDialog: { //...other params... message: "Are you sure you want to permanently delete uploaded items?", //...other params... } })
Type: String
The text of the message of the delete confirmation dialog.
Default value is "Are you sure you want to permanently delete uploaded items?".
This property is necessary for localization of Image Uploader.