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.v20.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:

Library Object Type Path to UploadFolder
ASP.NET Controls and MVC Extensions ASPxHtmlEditorAudioUploadSettings
.FileSystemSettings .UploadFolder
ASPxHtmlEditorFlashUploadSettings
.FileSystemSettings .UploadFolder
ASPxHtmlEditorImageUploadSettings
.FileSystemSettings .UploadFolder
ASPxHtmlEditorUploadSettingsBase
.FileSystemSettings .UploadFolder
ASPxHtmlEditorVideoUploadSettings
.FileSystemSettings .UploadFolder
ASP.NET MVC Extensions MVCxHtmlEditorAudioUploadSettings
.FileSystemSettings .UploadFolder
MVCxHtmlEditorFlashUploadSettings
.FileSystemSettings .UploadFolder
MVCxHtmlEditorImageUploadSettings
.FileSystemSettings .UploadFolder
MVCxHtmlEditorVideoUploadSettings
.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