Skip to main content

HtmlEditorUploadControlFileSystemSettings.UploadFolder Property

Specifies the server folder where files will be uploaded.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue("~/")]
public override string UploadFolder { get; set; }

#Property Value

Type Default Description
String "~/"

A String value specifying the folder path.

#Property Paths

You can access this nested property as listed below:

Object Type Path to UploadFolder
ASPxHtmlEditorUploadSettingsBase
.FileSystemSettings .UploadFolder

#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 UploadFolder property to specify a folder where uploaded files will be automatically saved.

See Also