Open Protocol for Resumeable File Uploads
Questions tagged [tus]
55 questions
0
votes
0 answers
Filter and Hooks caused to re-render issue
I have a file system that I am building with tus. So for each file upload, I will have an array with ReactElement which will kickstart the uploading process. Adding an element into the array has no issue, but what I faced is the issue of deleting…

MongChangHsi
- 103
- 1
- 12
0
votes
2 answers
Integrating Tus Resumable File Upload Protocol with Gin-Gonic CORS issue
I have looked at the similar questions here related to CORS issues with Gin and Tus; none addresses the problem I am currently having.
The current implementation works with the standard net/http package by adding a small wrapper.
// The wrapping…

Abah
- 1
- 1
- 3
0
votes
1 answer
Laravel ftp upload with tus
I need to upload large files throguh ftp with tus, so the file is uploading as little parts.
It is possible to upload tu s3 with tus through this packages, but unfortunately they didnt support ftp, and I cannot find any ftp tus package or solution…

Mátyás Grőger
- 1,207
- 2
- 13
- 24
0
votes
1 answer
Vimeo Upload API
I'm trying to upload videos to my Vimeo account via their API using the TUS approach.
I've managed to get the first step working fine, using POST https://api.vimeo.com/me/videos to create the video placeholder in Vimeo, and getting a response which…

Adam Holmes
- 1
- 1
0
votes
1 answer
TUSD pre-create hook not being called
The pre-create in tusd seems not to be called. It is a simple sh script called pre-create as follows:
#!/bin/sh
echo "\n\n == Start PRE-CREATE\n\n"
The logs generated by the server show:
[tusd] 2020/03/21 17:17:20 event="HookInvocationStart"…

Donald French
- 1,731
- 1
- 17
- 30
0
votes
1 answer
Error: Refused to get unsafe header "Location" in "tus-js-client" npm package
I'm using this(https://www.npmjs.com/package/tus-js-client) npm package to upload files in my react.js project and for most of the devices it's working fine but in some devices it's showing this(Refused to get unsafe header "Location") error in…

4LPH4
- 308
- 1
- 3
- 16
0
votes
1 answer
Uppy IO Resume-able File Upload allowedFileTypes
I'm using Uppy.io v0.23.1 for resumeable file uploads.
As per documentation, we can limit file types through allowedFileTypes property.
Here is my code in effort to limit file uploader control to only allow MS PowerPoint files:
var uppy = new…

Azaz ul Haq
- 1,635
- 2
- 18
- 46
0
votes
1 answer
Tus server Integration with shrine "Dealing with large uploads filesize > 1 gb"
I am trying to integrate the tus-server with shrine to upload the video files to Vimeo.
Client.js
this.uppy = new Uppy({
id: 'uppy1',
autoProceed: false,
debug: true,
restrictions: {
allowedFileTypes: ['.mp4'],
},
…

parwatcodes
- 6,669
- 5
- 27
- 39
0
votes
1 answer
Upload Video to Vimeo using tus, in Ionic 3
I am trying to upload a video file to vimeo using tus (as explained in link Video Uploads on Vimeo developers API
I am able to create a video file by adding authorization, accept and content-type field in header and also recommended body body. (as…

Umair Jameel
- 1,573
- 3
- 29
- 54
-1
votes
3 answers
Could not find a version that satisfies the requirement **tusclient**
Iam getting the following error while trying to do "pip install tusclient".
Could not find a version that satisfies the requirement tusclient . Error: No matching distribution found for tusclient.

jumbo
- 9
- 1
- 6