I am using CMIS API to upload a file to a folder in the repository. I use session.CreateDocument for the same. This method works fine for documents whose size is less than 300MB. However for file sizes greater than 300MB, it fails. In our scenario we will have users uploading files that can be as large as 2 - 3GB. Does CMIS API support it? If not then is there an alternative way to do it ?