ankitpokhrel / tus-php

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

Home Page:https://tus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Headers can be totally configurable

dev-ronak-patel opened this issue · comments

I am trying to use this package for bunny CDN tus upload, and it is working well except checksum mismatched error.

If i remove Upload-Checksum header then it is working fine. Upload-Checksum header is there in core code of package which can be dynamic/configurable instead of static.

For now i have extended class and override the method for remove that header.

Thanks

Never mind, i just managed with php curl.