aspnet-devexpress-dot-web-0d2d9599.md
Lists the values specifying an ASPxUploadControl’s upload mode.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum UploadControlUploadMode
Public Enum UploadControlUploadMode
| Name | Description |
|---|---|
Standard |
ASPxUploadControl works in the Standard Upload Mode.
|
| Advanced |
ASPxUploadControl works in the Advanced Upload Mode.
Note: The Advanced Mode requires the end-user browser to support Html5, or Silverlight plug-in (version 3 or later) to be installed in the browser.
|
| Auto |
ASPxUploadControl uses Html5 technology (advanced mode). If it is unavailable, Silverlight technology (advanced mode) is used. If Silverlight is unavailable, the control works in the Standard Upload Mode.
|
The following properties accept/return UploadControlUploadMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxUploadControl.UploadMode |
| BinaryImageUploadSettings.UploadMode | |
| ASP.NET MVC Extensions | UploadControlSettings.UploadMode |
The UploadControlUploadMode enumerator contains values specifying an upload mode which is used in a control. Values listed by this enumeration are used to set the ASPxUploadControl.UploadMode property.
See Also