UploadPersistedFileFile Property |
Get an object which contains the uploaded file.
The object can persist across postbacks.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic PersistedFile File { get; }
Public ReadOnly Property File As PersistedFile
Get
Property Value
Type:
PersistedFileThe file.
See Also