Overview
Chunked uploads require a sequence of API calls to be made.- Create an upload session: The application creates an upload session for a new file or new version of a file. The session defines the (new) name of the file, its size, and the parent folder.
- Upload parts: The application uploads the separate parts of the file as chunks.
- Commit session: The application commits the session, at which moment the integrity of the file is checked before it is placed in the location specified when the session was created.
Most of the Box SDKs support chunked uploads out of the Box, removing
the complexity from the application code.
