NeatUpload Documentation

HashingFilesystemUploadedFile Members

HashingFilesystemUploadedFile overview

Public Instance Constructors

HashingFilesystemUploadedFile Constructor

Public Instance Fields

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.

Public Instance Properties

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) 

Public Instance Methods

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) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

HashingFilesystemUploadedFile Class | Brettle.Web.NeatUpload Namespace