Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Implement chunked file uploads. #18

Open
noveens opened this issue Jun 8, 2017 · 1 comment
Open

Implement chunked file uploads. #18

noveens opened this issue Jun 8, 2017 · 1 comment
Milestone

Comments

@noveens
Copy link
Contributor

noveens commented Jun 8, 2017

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

@PVince81
Copy link

  • 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants