Hello
I am working on app that is supposed to upload a files to the box platform.
Since I am receiving the data from other program in chunks I don`t know the size of the final file.
In all examples that I found I need to pass a file size before start sending the chunks.
Is there a way to upload a file without knowing the size?
