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.v19.2.dll

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:

Show 23 property paths
Library Object Type Path to UploadFolder
ASP.NET Controls and MVC Extensions ASPxHtmlEditorAudioUploadSettings
.FileSystemSettings.UploadFolder
ASPxHtmlEditorFlashUploadSettings
.FileSystemSettings.UploadFolder
ASPxHtmlEditorImageUploadSettings
.FileSystemSettings.UploadFolder
ASPxHtmlEditorUploadControl
.FileSystemSettings.UploadFolder
ASPxHtmlEditorUploadSettingsBase
.FileSystemSettings.UploadFolder
ASPxHtmlEditorVideoUploadSettings
.FileSystemSettings.UploadFolder
HtmlEditorInsertAudioDialogSettings
HtmlEditorInsertFlashDialogSettings
HtmlEditorInsertImageDialogSettings
HtmlEditorInsertVideoDialogSettings
ASPxUploadControl
.FileSystemSettings.UploadFolder
HtmlEditorFileSaveSettings
.FileSystemSettings.UploadFolder
MVCxHtmlEditorAudioUploadSettings
.FileSystemSettings.UploadFolder
MVCxHtmlEditorFlashUploadSettings
.FileSystemSettings.UploadFolder
MVCxHtmlEditorImageUploadSettings
.FileSystemSettings.UploadFolder
MVCxHtmlEditorInsertAudioDialogSettings
MVCxHtmlEditorInsertFlashDialogSettings
MVCxHtmlEditorInsertImageDialogSettings
MVCxHtmlEditorInsertVideoDialogSettings
MVCxHtmlEditorVideoUploadSettings
.FileSystemSettings.UploadFolder
MVCxUploadControl
.FileSystemSettings.UploadFolder
UploadControlSettings
.FileSystemSettings.UploadFolder
ASP.NET Bootstrap Controls BootstrapUploadControl
.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