Skip to main content
A newer version of this page is available. .
Tab

UploadControlFileSystemSettings Class

Provides settings allowing you to specify a folder where uploaded files will be automatically saved.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class UploadControlFileSystemSettings :
    UploadControlUploadStorageSettingsBase

The following members return UploadControlFileSystemSettings objects:

Remarks

These settings can be accessed by the ASPxUploadControl.FileSystemSettings and UploadControlSettings.FileSystemSettings properties.

See Also