# Manual Uploading

APIs to the Fileset module for uploading files to the TonicDM cloud.

 - [POST /fileset/multi-part-finalize/select](https://developers-internal.tonicdm.com/tonicdm-product/manual-uploading/finalize-multi-part-upload-select.md): For large files (over 100Mb), initiate a multi-part upload with `..` , then call `...` to get the URL to upload each chunk, then when all the chunks are uploaded call this endpoint to finalize the up
 - [POST /fileset/multi-part-initialize/select](https://developers-internal.tonicdm.com/tonicdm-product/manual-uploading/initialize-multi-part-upload-select.md): For large files (over 100Mb), initiate a multi-part upload with this endpoint, then call `...` to get the URL to upload each chunk, then when all the chunks are uploaded call `...` to finalize the upl
 - [POST /fileset/presigned-url/select](https://developers-internal.tonicdm.com/tonicdm-product/manual-uploading/presigned-url-select.md): Presigned URLs are used to upload a file into the Fileset specified by the Fileset ID in the request. - For small files (under 100Mb), call this endpoint and upload the file to it. - For large files (
