File Property

php Uploader

PHP File Uploader Class Reference

UploadPersistedFile.File Property

Get an object which contains the uploaded file. The object can persist across postbacks.

[Visual Basic] Public ReadOnly Property File As PersistedFile
[C#]
public PersistedFile File {get;}

Property Value

The file.

See Also

UploadPersistedFile Class | CuteWebUI Namespace