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

Messages.UploadFailed Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a 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 UploadFailed As String
C#
public string UploadFailed { get; set; }

Property Value

Type: System.String

The string 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

Typically, this error occurs when timeout expires (either server-side or client-side).

This property is necessary for localization of Image Uploader.

See Also

Reference