Results 12 comments of James Daly

@jagg0409 - I would think they would support relative urls if not - whatever origin you're using from you would need to do the full (absolute) url - like localhost:3000/static/mymp3track.mp3

I would love to help with basic web dev skills but your paths are backwards slashes and also you need to read up on how to access local media within...

Thank you @Murderlon for creating this, it is much apprecaited - I am using the GCCS Store plugin without the TUS server in a Remix JS application as I'm implementing...

> Would be nice to add Remix to our examples as well in the @tus/server readme. > > btw this open PR is related: #655 Thanks @Murderlon not sure if...

@Murderlon Just an FYI - I made a PR into Remix examples repository for Tus Resumable file uploads - please check it out https://github.com/remix-run/examples/pull/540

> > When using Tus client when does it exactly make a GET request > > GET is not officially part of the tus protocol. So it's never automatically initiated...

my example uses the tus protocol as an example not specific to tus-server which is specifically a Node JS handler that relies on the http req and response objects, Remix...

If you're using Node JS then yes you can use a server file, but you can also use my example with cloudflare workers, Deno, Bun, etc. Also like I said...

Imagine using a framework (Remix) and trying to use a package within that framework, but realized the package didn't really work for that framework, (there are no working examples) you...

> Hi, as the maintainer of tus-node-server, I can say this is unfortunately massively overcomplicated, both on the client and the server. I appreciate the effort but I think it's...