PersistedFileEventArgs Members

php Uploader

PHP File Uploader Class Reference

PersistedFileEventArgs Members

PersistedFileEventArgs overview

Public Instance Properties
File Gets the file.
FileGuid (inherited from PhpUploadFile) Gets the GUID of the file.
FileName (inherited from PhpUploadFile) Gets the name of the file.
FileSize (inherited from PhpUploadFile) Gets the size of the file.
Public Instance Methods
CopyTo (inherited from PhpUploadFile) Copys the uploaded file to a new location.
Delete (inherited from PhpUploadFile) Deletes this instance.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetTempFilePath (inherited from PhpUploadFile) Gets the temp file path.
GetType (inherited from Object) 
MoveTo (inherited from PhpUploadFile) Moves the uploaded file to a new location.
OpenStream (inherited from PhpUploadFile) Opens the uploaded file's data stream.
Persist (inherited from PhpUploadFile) Persists this instance.
ToString (inherited from Object) 
Protected Instance Methods
Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
See Also

PersistedFileEventArgs Class | CuteWebUI Namespace