tus-php icon indicating copy to clipboard operation
tus-php copied to clipboard

🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0

Results 49 tus-php issues
Sort by recently updated
recently updated
newest added
trafficstars

all visible here ... ![139915611-eed53174-87dd-4b61-a056-d792fd712ff4](https://user-images.githubusercontent.com/13269086/140015569-2f4860a8-7917-49a9-b65a-839160be28e0.jpg) upload to uppy demo server tus ( are they using this server implementation ? dunno ) so i downloaded uppy js client and this tus...

help wanted
help/support

> This is a living document and is subjected to change. Q | A -- | -- Status | DRAFT Type | Feature BC Break | Yes Min PHP Version...

future

**Is your feature request related to a problem? Please describe.** We're running a Redis cluster in production. With the current implementation it's not possible to pass an appropriate configuration to...

improvement
future

I've installed your server with an Uppy client and tried it in a local and in a staging environments without big issues. I've just added a couple of lines to...

I have successfully implemented uppy([tus-js-client](https://github.com/tus/tus-js-client)) and tus-php, it works great and so impressed with the resumable functionality. Other day i was testing: 1. Start upload on my iMAC using google...

**Describe the bug** It's probably documentation issue cause i find it hard to belive this is not yet addressed. When uploading same file, or event different file with the same...

Hey, I noticed that under some circumstances the array `$contents` is missing the key `expires_at` right over here: https://github.com/ankitpokhrel/tus-php/blob/f50852b85b513ec5589f7871d4ca59d7c1c3ad8d/src/Cache/RedisStore.php#L60 It's showing up super seldom but maybe worth a short investigation....

First offal I want to thank you form maintaining the project When can we expect the PHP 8.1 and further support update?

> **Note:** Please report any security issues directly to hello [at] ankit.pl **Describe the bug** I am using this library with Uppy for uploading large files. After a few days...