Messages.ServerError Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that an error occured.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

C#
public string ServerError { get; set; }

Property Value

Type: System..String

The message which states that an error occured. To disable this message, set it to an empty string.

Default value is "Some server-side error occurred. If you see this message, contact your Web master.".

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference