C*
C*
I think the problem is that the file is locked and file_put_contents doesn't use the same $handle so it can't write the file. The solutions could be : * using...
Hello @ankitpokhrel , I confirm that uploads are workling fine on windows with this fork [thide11:fix-windows-lock-files](https://github.com/thide11/tus-php/tree/fix-windows-lock-files) The problem with redistore is that many shared hosting do not provide a Redis...
Hi, `patch/issue-387` does not work on windows and triggers the same errors as before. I think the problem really is that `file_put_contents` is not using the same `$handle` used in...
Hi, Depending on the reason you want this, you could add a `[default]` server. If you don't specify a server it will only upload to this one, and you can...
+1 At least a command to update to the latest known revision that can be used in post deployment scripts
I think my patch concerns the same issue and might do the trick : https://github.com/benbarnett/jQuery-Animate-Enhanced/pull/104