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

Headers can be totally configurable

Open dev-ronak-patel opened this issue 2 years ago • 1 comments
trafficstars

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

dev-ronak-patel avatar Mar 24 '23 10:03 dev-ronak-patel

Never mind, i just managed with php curl.

dev-ronak-patel avatar Mar 24 '23 11:03 dev-ronak-patel