Back to Devexpress

UploadControlFileSystemSettings.UploadFolder Property

aspnet-devexpress-dot-web-dot-uploadcontrolfilesystemsettings.md

latest2.4 KB
Original Source

UploadControlFileSystemSettings.UploadFolder Property

Specifies the server folder where files will be uploaded.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public virtual string UploadFolder { get; set; }
vb
<DefaultValue("")>
Public Overridable Property UploadFolder As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value specifying the folder path.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to UploadFolder
ASP.NET MVC ExtensionsHtmlEditorFileSaveSettings

.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

UploadControlFileSystemSettings Class

UploadControlFileSystemSettings Members

DevExpress.Web Namespace