FileManagerUploadMethods Property

Gets or sets a comma separated upload methods in priority order. The default value is "Html5, Silverlight, Flash, Html4". It's not recommended to change this property as the default order offers the best upload experience.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.6
C#
public UploadMethodList UploadMethods { get; set; }

Property Value

UploadMethodList

See Also