Ankit

Results 81 comments of Ankit

The file are compared based on their hash value generated from their contents. So if you have the exact same file with different name it is still the same file.

@dipaksarkar The upload is determined by the `Upload-Key` which the client can pass in request header. A unique key is generated if this key is not available in the headers....

@daslicht You can use [$server->setUploadDir($path)](https://github.com/ankitpokhrel/tus-php/blob/main/src/Tus/Server.php#L100-L105) method to set the upload path. Yes, you need to create root folder.

Hi @thide11, sorry for responding to this late. I couldn't manage to check it in Windows but since few folks reported that this fixes the issue in windows and is...

This is related to #333 Current implementation doesn't allow following characters in filenames `'../', '"', "'", '&', '/', '\\', '?', '#', ':'`, however this is not true for all systems...

Hi @realtime-neil, could you please help to check if #538 fixes this issue? TIA

Thank you for reporting and helping with the tests @realtime-neil 🙇

Hi @jongotlin, thank you for the PR. Some of the tests are failing for new PHP versions, would you be able to check?

Closing in favor of #437 and #438

@psmirnov-dermview Thank you for working on this. Could you please fix the tests?