2.3.1.1.11 IsLastFilePartiallyUploaded
IsLastFilePartiallyUploaded
Optional. Indicates whether the last file in the current upload request is partially uploaded, due to user interrupting the upload in the middle. It should NOT be set to true in case of a regular chunked uploading, since in that case the fact that the uploaded file has partial content is expected and not caused by an interruption. This field allows a client app to signal the server that it should flag the last file of the request as partially uploaded, even though the request is not part of a chunked upload, because the user has interrupted it after part of the file has already been uploaded.
Possible Values | Description |
---|---|
1 | True. |
0 | False. Default. |