Back to Devexpress

ASPxHtmlEditorUploadSettingsBase.UseAdvancedUploadMode Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditoruploadsettingsbase.md

latest2.0 KB
Original Source

ASPxHtmlEditorUploadSettingsBase.UseAdvancedUploadMode Property

Gets or sets a value specifying whether the advanced upload mode is used.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool UseAdvancedUploadMode { get; set; }
vb
<DefaultValue(True)>
Public Property UseAdvancedUploadMode As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the advanced upload mode is used; false if the standard upload mode is used.

|

Remarks

Use the UseAdvancedUploadMode property to choose from two provided upload modes:

  • In the Standard Mode , the uploaded file is sent to the server in one request and is cached in its entirety in server memory.
  • In the Advanced Mode , the uploaded file is sent to the server in small packets (one by one) and is saved in a temporary file within a specific server folder.

To learn more about upload modes, see the Upload Modes topic.

See Also

Online Demo: Insert Media Content

ASPxHtmlEditorUploadSettingsBase Class

ASPxHtmlEditorUploadSettingsBase Members

DevExpress.Web.ASPxHtmlEditor Namespace