ASPxHtmlEditorImageUploadSettings.UseAdvancedUploadMode Property
Gets or sets a value specifying whether the advanced upload mode is used.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to UseAdvancedUploadMode |
---|---|
HtmlEditorInsertImageDialogSettings |
|
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