PhpUploadFile Members

php Uploader

PHP File Uploader Class Reference

PhpUploadFile Members

PhpUploadFile overview

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

PhpUploadFile Class | CuteWebUI Namespace