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
Hi @mariusschroeterCP
Finally found time to have a look. It does indeed seem to be an oversight on my part.
Will have an RC version for you to check soon.
We are using an implementation of the tusdotnet package as our tus server.
When uploading a new video file from the client with react-uploady with following settings:
We saw a difference from the package "https://github.com/tus/tus-js-client", which we are using on a different project:
Tus-JS-Client Headers
Uploady
Expected Behavior
The POST requests should have the correct "Upload-Concat" Header ("partial", and "final" for the summarized file).
Versions
"@rpldy/mock-sender": "^1.8.0",
"@rpldy/retry-hooks": "^1.8.0",
"@rpldy/tus-uploady": "^1.8.0",
"@rpldy/upload-button": "^1.8.0",
"@rpldy/upload-drop-zone": "^1.8.0",
"@rpldy/upload-preview": "^1.8.0",
"@rpldy/uploady": "^1.8.0",
The text was updated successfully, but these errors were encountered: