owncloud-sdk
owncloud-sdk copied to clipboard
Implement chunked file uploads.
Chunked file uploads are not yet implemented for file management method, putFile.
- [ ] 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.