Replies: 1 comment 6 replies
-
Hey @joel-s |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using TusUploady with a drop zone to send files.
About half or a third of the time, TusUploady stops sending the metadata from my useRequestPreSend hook. It always sends all the metadata for the first file, but after one or two files it stops sending the useRequestPreSend metadata and only sends the metadata passed to UploadDropZone. This causes uploads to fail because the server can't read the names of files.
Any ideas what might be causing this? I'm open to debugging suggestions. I can't post the whole source code, but here are some relevant parts:
I checked if useRequestPreSend was ever invoked with 0 items or a missing filename, and the answer is no. I think it's not getting called at all in the failure cases.
Beta Was this translation helpful? Give feedback.
All reactions