Link Search Menu Expand Document

Constructor: inputEncryptedFileUploaded

Back to constructors index

Sets new encrypted file saved by parts using upload.saveFilePart method.

Attributes:

NameTypeRequiredDescription
idlongYesRandom file ID created by client
partsintYesNumber of saved parts
md5_checksumstringYesIn case md5-HASH of the (already encrypted) file was transmitted, file content will be checked prior to use
key_fingerprintintYes32-bit fingerprint of the key used to encrypt a file

Type: InputEncryptedFile

Example:

$inputEncryptedFileUploaded = ['_' => 'inputEncryptedFileUploaded', 'id' => long, 'parts' => int, 'md5_checksum' => 'string', 'key_fingerprint' => int];