You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client lives two directories up relative to the tus server so that relative path to server/tus/ runs the index.php from above. The same directory also contains the access rules:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^files/?(.*)?$ index.php?$1 [QSA,L]
The uploading progress bar reaches 100% and then shows the error with PATCH 410 GONE
I tried curling OPTIONS (200) HEAD (404) POST (400) PATCH (410) DELETE (404) with a non-existing key (since I did not upload any file successfully yet)
The upload directory is writable, tus_php.server.cache was created
Not setting the directory gave me error about not being able to open files in ..vendor/ankitpokhrel/tus-php/uploads so I guess it is set up correctly
The rewrite rules should be OK, tested redirection to a 'print it to me' php script
Thank you for your help.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
Hello, I am unable to set up the server properly so that it uploads files.
I am using client as follows:
And the server:
The client lives two directories up relative to the tus server so that relative path to
server/tus/
runs theindex.php
from above. The same directory also contains the access rules:curl
ingOPTIONS (200) HEAD (404) POST (400) PATCH (410) DELETE (404)
with a non-existing key (since I did not upload any file successfully yet)tus_php.server.cache
was created..vendor/ankitpokhrel/tus-php/uploads
so I guess it is set up correctlyThank you for your help.
The text was updated successfully, but these errors were encountered: