UploadControlFileSystemSettings.UploadFolder Property
Specifies the server folder where files will be uploaded.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("")]
public virtual string UploadFolder { get; set; }
<DefaultValue("")>
Public Overridable Property UploadFolder As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value specifying the folder path. |
Property Paths
You can access this nested property as listed below:
Show 15 property paths
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
Feedback