Click or drag to resize
UploadType Enumeration
The global type of upload method to use.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public enum UploadType
Members
  Member nameValueDescription
Auto0 Determines browser capabilities and chooses the most appropriate method to upload.
Flash1 Uses an enhanced file dialog facilitated by a Flash object.
Silverlight2 Uses an enhanced file dialog facilitated by a Silverlight object.
IFrame3 Uses a standard IFrame technique to provide upload functionality without requiring the Flash plugin.
HTML54 HTML5
See Also