aspnet-devexpress-dot-web-dot-uploadcontrolfilesystemsettings.md
Specifies the server folder where files will be uploaded.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue("")]
public virtual string UploadFolder { get; set; }
<DefaultValue("")>
Public Overridable Property UploadFolder As String
| Type | Default | Description |
|---|---|---|
| String | String.Empty |
A String value specifying the folder path.
|
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
|
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
UploadControlFileSystemSettings Class