ASPxHtmlEditorUploadSettingsBase.UseAdvancedUploadMode Property
In This Article
Gets or sets a value specifying whether the advanced upload mode is used.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#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