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

BaseControl.Type Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets type of currently using Image Uploader control, Java applet or ActiveX control.

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

Syntax

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

Property Value

Type: System.String

Type of currently using Image Uploader control.

Possible values are:

  • java for Java applet.
  • activex for ActiveX control.

You can use this property to utilize Java applet only, in all browsers including Internet Explorer, although it is not recommended.

Examples

ASP.NET
<aur:Uploader ID="Uploader1" runat="server" Type="java" />

See Also

Reference