The global type of upload method to use.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
SyntaxPublic Enumeration UploadType
Members
| Member name | Value | Description |
---|
| Auto | 0 |
Determines browser capabilities and chooses the most appropriate method to upload.
|
| Flash | 1 |
Uses an enhanced file dialog facilitated by a Flash object.
|
| Silverlight | 2 |
Uses an enhanced file dialog facilitated by a Silverlight object.
|
| IFrame | 3 |
Uses a standard IFrame technique to provide upload functionality without requiring the Flash plugin.
|
| HTML5 | 4 |
HTML5
|
See Also