![]() ![]() | Removes the Windows-style path from the given filename. |
![]() | The MIME content type sent by the browser. |
![]() | The UniqueID of the control used to upload the file. |
![]() | The filename sent by the browser, without any path. |
![]() | If the file is stored on disk, the corresponding FileInfo object. |
![]() | The length in bytes of the specified file. |
![]() | A readable Stream on the uploaded file. |
![]() | Whether this object corresponds to an actual file with either a non-empty filename or a non-zero length. |
![]() | Creates a Stream to which the IUploadModule can write the file as it is received. |
![]() | Disposes of any temporary resources (e.g. temp files) used by this object. |
![]() | |
![]() | |
![]() | |
![]() | Moves the file to a permanent location. |
![]() | Gets a Stream which can be used to access the file. |
![]() | Equivalent to MoveTo(path, MoveToOptions.Overwrite) |
![]() |
![]() |
Constructs an UploadedFile associated with a particular control UniqueID, having a given filename and content type. |
![]() | |
![]() |