Skip to main content
Tab

UploadControlFileSystemSettings.UploadFolder Property

Specifies the server folder where files will be uploaded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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:

Library Object Type Path to UploadFolder
ASP.NET MVC Extensions HtmlEditorFileSaveSettings
.FileSystemSettings .UploadFolder
UploadControlSettings
.FileSystemSettings .UploadFolder
ASP.NET Web Forms Controls ASPxUploadControl
.FileSystemSettings .UploadFolder

#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