Skip to main content
A newer version of this page is available. .
Tab

BinaryImageUploadSettings.UploadMode Property

Specifies the editor’s upload mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(UploadControlUploadMode.Auto)]
public UploadControlUploadMode UploadMode { get; set; }

Property Value

Type Default Description
UploadControlUploadMode **Auto**

An UploadControlUploadMode enumeration value.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UploadMode
ASP.NET Bootstrap Controls BootstrapBinaryImageEditingSettings
.UploadSettings.UploadMode
BootstrapBinaryImageEditingSettingsBase
.UploadSettings.UploadMode
ASP.NET Web Forms Controls BinaryImageEditingSettings
.UploadSettings.UploadMode
See Also