Skip to main content
Tab

BinaryImageUploadSettings.TemporaryFolder Property

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Gets or sets the server folder for temporarily files.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v25.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("~/App_Data/UploadTemp/")]
public string TemporaryFolder { get; set; }

Property Value

Type Default Description
String "~/App_Data/UploadTemp/"

The folder path.

Property Paths

You can access this nested property as listed below:

Object Type Path to TemporaryFolder
BinaryImageEditingSettings
.UploadSettings .TemporaryFolder
See Also