The methods of the UploadedFile class are listed below. For a complete list of UploadedFile class members, see the UploadedFile Members topic.
![]() StripPath | Removes the Windows-style path from the given filename. |
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) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |