Related #44
When using Resumable.js, Flow.js, or simple-upload.js the last chunk can be bigger than the chunkSize parameter. Max twice as big but it is not defined in any of the mentioned libraries' documentation.
Add a note in the README to use forceChunkSize option when using Resumable.js, Flow.js, or simple-upload.js.