NeatUpload Documentation

UploadedFile Methods

The methods of the UploadedFile class are listed below. For a complete list of UploadedFile class members, see the UploadedFile Members topic.

Protected Static Methods

StripPath Removes the Windows-style path from the given filename.

Public Instance Methods

CreateStream Creates a Stream to which the IUploadModule can write the file as it is received.
Dispose Disposes of any temporary resources (e.g. temp files) used by this object.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
MoveTo Moves the file to a permanent location.
OpenRead Gets a Stream which can be used to access the file.
SaveAs Equivalent to
MoveTo(path, MoveToOptions.Overwrite)
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

UploadedFile Class | Brettle.Web.NeatUpload Namespace