Gets or sets type or priority of HTML5/Flash Uploader controls.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public string Type { get; set; }
Type: System..String
Type or priority of HTML5/Flash Uploader controls.
Possible values are:
You can use this property to change default controls priority or to specify the only control to use.
<aur:ImageUploaderFlash ID="Uploader1" runat="server"
Type="flash|html">
</aur:ImageUploaderFlash>