Gets or sets a message which notifies that the upload is successfully finished.
$au.uploader({ messages: { //...other params... uploadCompleted: "Upload complete.", //...other params... } })
Type: String
The string notifying that the upload is successfully finished. To disable this message, set it to an empty string.
Default value is "Upload complete.".
This property is necessary for localization of Image Uploader.