Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxHtmlEditorUploadSettingsBase.UploadFolder Property

Gets or sets the path to the folder that contains uploaded files used by the editor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
String "~/"

A string value specifying the root path of uploaded files.

Property Paths

You can access this nested property as listed below:

Object Type Path to UploadFolder
HtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload.UploadFolder
HtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload.UploadFolder
HtmlEditorInsertImageDialogSettings
.SettingsImageUpload.UploadFolder
HtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload.UploadFolder
MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload.UploadFolder
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload.UploadFolder
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageUpload.UploadFolder
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload.UploadFolder

Remarks

Use the UploadFolder property to specify the location of a folder where files uploaded using the ASPxHtmlEditor control’s built-in dialogs should be stored.

Note, to set the UploadFolder property programmatically, use the Init event.

Important

This property is now obsolete. Use the HtmlEditorUploadControlFileSystemSettings.UploadFolder property instead.

See Also