Skip to main content

ASPxHtmlEditorUploadSettingsBase.AdvancedUploadModePacketSize Property

Gets or sets the size of file packets.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(200000)]
public int AdvancedUploadModePacketSize { get; set; }

Property Value

Type Default Description
Int32 200000

An Int32 value specifying the size of the packets in bytes.

Remarks

When the ASPxHtmlEditorUploadSettingsBase.UseAdvancedUploadMode property is set to true, the uploaded file is sent to the server in small packets (one by one) and is saved into a temporary file within a specific server folder. Use the AdvancedUploadModePacketSize property to specify the size of the packets in bytes.

See Also