SqlServerUploadedFile overview
![]() ![]() | Converts a byte array to a hexadecimal string |
![]() | 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. |
![]() | Gets the size of the uploaded file in bytes |
![]() | The cryptographic hash of the uploaded file. |
![]() | Name of hash algorithm used |
![]() | The length of the of the cryptographic hash in bits. |
![]() | Returns generated identity value if data was written to a table with an IDENTITY-column |
![]() | A readable Stream on the uploaded file. |
![]() | Returns wether a file was uploaded into this object |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | If called, this stream is considered "verified" and is allowed to stay in the datadase. If this is never called, the row is deleted |
![]() | Opens the newly created file for reading |
![]() | Equivalent to MoveTo(path, MoveToOptions.Overwrite) |
![]() | |
![]() | If called this file is considered verified and is allowed to stay in the database. |
![]() | |
![]() |
SqlServerUploadedFile Class | Hitone.Web.SqlServerUploader Namespace