NeatUpload Documentation

SqlServerUploadedFile Properties

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

Public Instance Properties

ContentLength Gets the size of the uploaded file in bytes
Hash The cryptographic hash of the uploaded file.
HashName Name of hash algorithm used
HashSize The length of the of the cryptographic hash in bits.
Identity Returns generated identity value if data was written to a table with an IDENTITY-column
InputStream (inherited from UploadedFile) A readable Stream on the uploaded file.
IsUploaded Returns wether a file was uploaded into this object

See Also

SqlServerUploadedFile Class | Hitone.Web.SqlServerUploader Namespace