Click or drag to resize
UploadPersistedFileFile Property
Get an object which contains the uploaded file. The object can persist across postbacks.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public PersistedFile File { get; }

Property Value

Type: PersistedFile
The file.
See Also