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

BaseControl.JavaAppletEnabled Property

Switch that specifies whether to use Java version of Image Uploader.

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

Syntax

Visual Basic
Public Property JavaAppletEnabled As Boolean
C#
public bool JavaAppletEnabled { get; set; }

Property Value

A boolean value (true or false). If true, the ImageUploader will generate the code for Java version when the ActiveX cannot be used. If false, and the ActiveX version cannot be used, the message stating that the browser is not supported will be displayed.

Default value is true.

See Also

Reference