The global type of upload method to use.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public enum UploadType
Visual Basic
Public Enumeration UploadType
Visual C++
public enum class 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