Questions tagged [tus-js-client]
3 questions
0
votes
0 answers
tus-js-client doesn't upload file larger than 100Mb for Android
tus-js-client doesn't upload file larger than 100Mb for Android. I've got next error - "Failed to upload because: Error: tus: cannot fetch file.uri as Blob, make sure the uri is correct and accessible. [object Object]"
I get video file data by…

Alexey
- 1
0
votes
1 answer
How to resolve application/octet-stream in S3 using TUS node, Tusd, Uppy or .NET,
This is an explanation of a problem, I encountered while uploading files to S3 using tus-node-server or Tusd.
The problem, is I have a server running tus server and takes requests from react and react native clients. The file gets uploaded…

Ahmad Khudeish
- 1,017
- 13
- 15
0
votes
1 answer
Send custom response back and capture it on the javascript client using tusdotnet
I am using tusdotnet from tus.io in ASP.NET Core Application, I am trying to send back a custom response as I am putting the entries in database and need to send back database Id in the response. On the javascript side, after the file successfully…

Jamshaid K.
- 3,555
- 1
- 27
- 42