The global type of upload method to use.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public enum UploadType |
| Visual Basic |
|---|
Public Enumeration UploadType |
| Visual C++ |
|---|
public enum class 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 |