BaseControl.Type Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

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

Syntax

C#
public string Type { get; set; }

Property Value

Type: System..String

Type of currently using ActiveX/Java 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