AmazonS3Extender.CheckIntegrity Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a value indicating whether uploaded files should be checked for integrity or not.

Namespace: Aurigma.ImageUploaderFlash.AmazonS3
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public bool CheckIntegrity { get; set; }

Property Value

Type: System..Boolean

If true, each file will be uploaded along with its MD5 hash, so Amazon S3 can validate uploaded file before storing it. Otherwise, no hash values will be sent.

Default value is false.

See Also

Reference