DebugScriptMode Enumeration ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Specifies possible values for debug script modes.

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

Syntax

C#
public enum DebugScriptMode

Members

Member name Description
Alert

All the messages will be shown in alerts.

Console

All the messages will be logged in a browser console (e.g. Firebug) if it is available.

Default

When the control is about to display a message, it uses the Popup mode. If it is failed, the Console and then Alert modes are used until the message is displayed correctly.

Popup

All the messages will be shown in a pop-up window.

See Also

Reference