HashingFilesystemUploadedFile overview
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 (inherited from FilesystemUploadedFile) | |
Hash | The cryptographic hash of the uploaded file. |
HashSize | The length of the of the cryptographic hash in bits. |
InputStream (inherited from UploadedFile) | A readable Stream on the uploaded file. |
IsUploaded (inherited from FilesystemUploadedFile) |
CreateStream | |
Dispose (inherited from FilesystemUploadedFile) | |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
MoveTo (inherited from FilesystemUploadedFile) | |
OpenRead (inherited from FilesystemUploadedFile) | |
SaveAs (inherited from UploadedFile) | Equivalent to MoveTo(path, MoveToOptions.Overwrite) |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
HashingFilesystemUploadedFile Class | Brettle.Web.NeatUpload Namespace