This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.MessageUploadFailedText Property

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)

Syntax

Visual Basic
Public Property MessageUploadFailedText As String
C#
public string MessageUploadFailedText { get; set; }

Property Value

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).".

Remarks

This property corresponds to MessageUploadFailedText client-side property.

See Also

Reference