Gets or sets a message which states that a user cancelled the upload.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string UploadCancelled { get; set; }
Type: System..String
The string stating that a user cancelled the upload. To disable this message, set it to an empty string.
Default value is "Upload is cancelled.".
This property is necessary for localization of ActiveX/Java Uploader.