FilesystemUploadedFile overview
FilesystemUploadedFile
|
Overloaded. Initializes a new instance of the FilesystemUploadedFile class. |
ContentType (inherited from UploadedFile) | The MIME content type sent by the browser. |
ControlUniqueID (inherited from UploadedFile) | The UniqueID of the control used to upload the file. |
FileName (inherited from UploadedFile) | The filename sent by the browser, without any path. |
TmpFile (inherited from UploadedFile) | If the file is stored on disk, the corresponding FileInfo object. |
ContentLength | |
InputStream (inherited from UploadedFile) | A readable Stream on the uploaded file. |
IsUploaded |
CreateStream | |
Dispose | |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
MoveTo | |
OpenRead | |
SaveAs (inherited from UploadedFile) | Equivalent to MoveTo(path, MoveToOptions.Overwrite) |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
FilesystemUploadedFile Class | Brettle.Web.NeatUpload Namespace