I'm trying to use chunked uploads to "stream" a video file up to Dropbox as it's being recorded.
I start the upload a few seconds after the video recording starts, in order to prevent the upload from ever catching up to the end of the video file.
When I stop recording before the chunked upload starts, everything works fine.
But if I stop recording after the upload starts, everything appears to work correctly, but the resulting movie file is corrupted.
Are chunked uploads of an open (and expanding) file not supported?