UploadControlSettings.FileSystemSettings Property
Gets settings allowing an upload control to upload files to the server’s physical file system.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
UploadControlFileSystemSettings | A UploadControlFileSystemSettings object containing file system settings. |
Remarks
When the UploadControlSettings.UploadStorage property is set to FileSystem, the Upload Control 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 be automatically saved.
See Also