NeatUpload Documentation

FilesystemUploadedFile Members

FilesystemUploadedFile overview

Public Instance Constructors

FilesystemUploadedFile Overloaded. Initializes a new instance of the FilesystemUploadedFile class.

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 
InputStream (inherited from UploadedFile) A readable Stream on the uploaded file.
IsUploaded 

Public Instance Methods

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) 

Protected Instance Methods

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

See Also

FilesystemUploadedFile Class | Brettle.Web.NeatUpload Namespace