Gets or sets a message which notifies that the upload is successfully finished.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string UploadCompleted { get; set; }
Type: System..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 ActiveX/Java Uploader.