AmazonS3Extender.CheckIntegrity Property HTML5/Flash Uploader PHP

Supported technologies:

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

Syntax

PHP Initialize
public function getCheckIntegrity() {
}

public function setCheckIntegrity($value) {
}

Property Value

Type: 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