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

BaseControl.JavaAppletVersion Property

The minimum required version of the Java version (*.jar file).

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

Syntax

Visual Basic
Public Property JavaAppletVersion As String
C#
public string JavaAppletVersion { get; set; }

Property Value

A string value that specifies the minimum required version of the Java version (*.jar file).

Default value is "".

Remarks

If the user has older version installed, the browser downloads the *.jar file from the URL provided by the JavaAppletJarFileName property automatically. See the Updating Image Uploader on the Client Side topic for more details.

Note

The subversions should be separated only by dots (unlike ActiveX version). For example, 6.0.10.0.

See Also

Reference