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)
public string UploadFailed { get; set; }
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).".
Typically, this error occurs when timeout expires (either server-side or client-side).
This property is necessary for localization of ActiveX/Java Uploader.