HtmlEditorUploadControlFileSystemSettings.UploadFolder Property
Specifies the server folder where files will be uploaded.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
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