Skip to main content
A newer version of this page is available. .

HtmlEditorUploadControlFileSystemSettings.UploadFolder Property

Specifies the server folder where files will be uploaded.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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:

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