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

UploadControlFileSystemSettings.UploadFolder Property

Specifies the server folder where files will be uploaded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual string UploadFolder { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the folder path.

Property Paths

You can access this nested property as listed below:

Remarks

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