Ajax Uploader Class Reference

UploadType Enumeration

The global type of upload method to use.

[Visual Basic]
Public Enum UploadType
[C#]
public enum UploadType

Members

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 plugin.

Requirements

Namespace: CuteWebUI

Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll)

See Also

CuteWebUI Namespace