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)
Public Property Type As String
public string Type { get; set; }
Type: System.String
Type of currently using Image 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" />