The global type of upload method to use.
[Visual Basic]
Public Enum UploadType
[C#]
Members
public enum UploadType
Member Name | Description |
---|---|
Auto | Determines browser capabilities and chooses the most appropriate method to upload. |
Flash | Uses an enhanced file dialog facilitated by a Flash object. |
Silverlight | Uses an enhanced file dialog facilitated by a Silverlight object. |
IFrame | Uses a standard IFrame technique to provide upload functionality without requiring the Flash/Silverlight plugin. |
Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll)
See Also