owncloud-sdk icon indicating copy to clipboard operation
owncloud-sdk copied to clipboard

Implement chunked file uploads.

Open noveens opened this issue 8 years ago • 1 comments

Chunked file uploads are not yet implemented for file management method, putFile.

noveens avatar Jun 08 '17 10:06 noveens

  • [ ] check capability before chunking
  • [ ] add options.maxChunkSize to fileManagement.putFileContents() and if the file size is bigger, then chunk. Note that a File object can be passed instead of body, so need to check the type.

PVince81 avatar Oct 14 '19 13:10 PVince81