Switch that specifies whether to use Java version of Image Uploader.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property JavaAppletEnabled As Boolean
public bool JavaAppletEnabled { get; set; }
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
.