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)
public string Type { get; set; }
Type: System..String
Type of currently using ActiveX/Java Uploader control.
Possible values are:
You can use this property to utilize Java applet only in all browsers including Internet Explorer, although it is not recommended.
<aur:Uploader ID="Uploader1" runat="server" Type="java" />