This documentation is for the old version. Go to the latest Upload Suite docs

AmazonS3Extender.CheckIntegrity Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

PHP
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