HtmlEditorFileSaveSettings.FileSystemSettings Property
In This Article
Gets settings allowing the HtmlEditor to upload files to the server’s physical file system.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public UploadControlFileSystemSettings FileSystemSettings { get; }
#Property Value
Type | Description |
---|---|
Upload |
A Upload |
#Remarks
When the HtmlEditorFileSaveSettings.Storage property is set to FileSystem, the HtmlEditor uploads files to the server’s physical file system. In this case, use the UploadControlFileSystemSettings.UploadFolder setting provided by the FileSystemSettings property to specify a folder where uploaded files will automatically be saved.
#Implements
DevExpress.Web.Internal.IFileSaveSettings.FileSystemSettings
See Also