You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use TusUploady with sendDataOnCreate, if the file I'm uploading is smaller than the chunkSize prop, then I get an error in the console and the batch never finishes.
@rpldy_tus-uploady.js?v=84958b3e:122 Uncaught (in promise) ChunkedSendError: start byte 16294884 is invalid. File size: 16294884
It works fine with sendDataOnCreate disabled, or if the file is bigger than the chunk size.
Note the upload actually does complete successfully, but Uploady doesn't reflect that.
The text was updated successfully, but these errors were encountered:
Version 1.8.3, Google Chrome
If I use
TusUploady
withsendDataOnCreate
, if the file I'm uploading is smaller than thechunkSize
prop, then I get an error in the console and the batch never finishes.@rpldy_tus-uploady.js?v=84958b3e:122 Uncaught (in promise) ChunkedSendError: start byte 16294884 is invalid. File size: 16294884
It works fine with
sendDataOnCreate
disabled, or if the file is bigger than the chunk size.Note the upload actually does complete successfully, but Uploady doesn't reflect that.
The text was updated successfully, but these errors were encountered: