Skip to content

UploadPathHelper.TemporaryFilePrefix field

Represents the prefix used to identify temporary upload files.

public const string TemporaryFilePrefix;

Remarks

Use this constant to distinguish files that are stored temporarily during the upload process. Files with this prefix are typically subject to cleanup or special handling.

See Also