Skip to main content
Tab

ASPxUploadControl.FileSystemSettings Property

Gets settings allowing the upload control to upload files to the server’s physical file system.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlFileSystemSettings FileSystemSettings { get; }

Property Value

Type Description
UploadControlFileSystemSettings

A UploadControlFileSystemSettings object containing file system settings.

Remarks

When the ASPxUploadControl.UploadStorage property is set to FileSystem, the ASPxUploadControl 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