Text of the error message which states that the upload failed because the connection was broken.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property MessageUploadFailedText As String
public string MessageUploadFailedText { get; set; }
A string value which specifies a text of the error message stating that the upload failed because the connection was broken. To disable this message, set it to an empty string.
Default value is "Upload failed (the connection was interrupted).".