| Visual Basic (Declaration) | |
|---|---|
Public Enum UploadType Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UploadType | |
| C# | |
|---|---|
public enum UploadType : System.Enum | |
| C++/CLI | |
|---|---|
public enum class UploadType : public System.Enum | |
| Member | Description |
|---|---|
| AutoDetect | Determines browser capabilities and chooses the most appropriate method (Flash or IFrame). |
| Flash | Uses an enhanced file dialog facilitated by a Flash object. |
| IFrame | Uses a standard IFrame technique to provide upload functionality without requiring the Flash plugin. |
For AutoDetect, Flash is used if supported.
System.Object
System.ValueType
System.Enum
Dart.FileUpload.UploadType
Target Platforms: Microsoft .NET Framework 2.0