Paul Sizer
Paul Sizer
Has anyone found a fix for this?
Any updates on this? We have users asking us for updates on when bugs will be fixed.
+1 too. Been waiting a while.
We have changed to using the direct upload API for smaller file uploads (smaller than 100mb). We now need a way to upload files greater than 100mb. I have tried...
I am now getting file size mismatch when calling complete on the multipart upload. Not sure if this is something to do with the way I do the chunking in...
@nd0ut using that approach the call to getChuck within uploadMultipart doesn't like the file. This is the error I get using your example above. ``` Error - TypeError: file.slice is...
@nd0ut trying your approach, passing in the blob and extra options seems to do what I want but I get issues like a mentioned previously. The whole reason for me...
@nd0ut I'm glad you were able to reproduce the errors and it wasn't me doing something wrong my end. I have been banging my head against this for a while...
@nd0ut What would be the best way to do this? Is there a way to set that on the options for that you pass into populateOptionsWithSettings?
@nd0ut Excellent thanks Alex, I'll give it a go!