Commit an upload session
This article describes how to commit an upload session.
Method
After the data is uploaded for the session, the client can commit that session by using the PutChunkedFile
method, which passes the session token.
Success
If the commit is successful, the upload session and associated temporary storage are automatically cleaned up by the host.
Fail
If the commit fails for an upload session due to coherency failure, the WOPI client can update the upload session by appending new chunks. It will then retry the commit.