Opened 10 months ago

Closed 9 months ago

#1202 closed improvement (fixed)

Chunked upload in CMIS

Reported by: Blucecio Owned by:
Priority: minor Milestone: 8.8.5
Component: CMIS Version: 8.8.4
Keywords: Cc:

Description

LDSync uses the CMIS protocol to communicate with LogicalDOC and already supports chunking functions for uploads and downloads.
The CMIS interface in LogicalDOC should also support these features, especially useful when there are large files to load.
In Apache Chemistry there seems to be a method: appendContentStream which would allow to realize the function

https://chemistry.apache.org/docs/cmis-samples/samples/content/index.html
https://chemistry.apache.org/java/javadoc/org/apache/chemistry/opencmis/client/api/Document.html#appendContentStream-org.apache.chemistry.opencmis.commons.data.ContentStream-boolean-
https://www.tabnine.com/code/java/methods/org.apache.chemistry.opencmis.commons.spi.ObjectService/appendContentStream

Change History (2)

Note: See TracTickets for help on using tickets.