v1.0.0
- Breaking change. Add new
upload
method to take file data stream and change
oldupload
method name touploadUsingFilePath
. This enables Web apps to upload files
without needing it's path. - Add Ability to provide custom headers for each chunk upload request using
ChunkHeadersCallback