I have large file. I want to upload it to dropbox. Since the file size is too much, I want to divide the file into multiple parts and upload few parts in parallel. So that if one part fails, I can retry upload for only that part.
Is there a way to do that with dropbox-sdk.js or any other method?
Any kind of help is appreciated. Thanks in advance.