Skip to main content

ASPxHtmlEditorUploadSettingsBase.FileSystemSettings Property

Gets settings allowing the ASPxHtmlEditor control to operate with files in the server’s physical file system.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public HtmlEditorUploadControlFileSystemSettings FileSystemSettings { get; }

#Property Value

Type Description
HtmlEditorUploadControlFileSystemSettings

A HtmlEditorUploadControlFileSystemSettings object containing file system settings.

#Remarks

When the ASPxHtmlEditorUploadSettingsBase.UploadStorage property is set to FileSystem, the ASPxHtmlEditor control operates with files in the server’s physical file system. In this case, use the HtmlEditorUploadControlFileSystemSettings.UploadFolder setting provided by the FileSystemSettings property to specify a folder where uploaded files will be automatically saved.

See Also