Resumable downloads when using PHP to send the file?

后端 未结 13 862
梦毁少年i
梦毁少年i 2020-11-22 12:22

We are using a PHP scripting for tunnelling file downloads, since we don\'t want to expose the absolute path of downloadable file:

header(\"Content-Type: $ct         


        
相关标签:
13条回答
  • 2020-11-22 13:28

    Small composer enabled class which works the same way as pecl http_send_file. This means support for resumable downloads and throttle. https://github.com/diversen/http-send-file

    0 讨论(0)
提交回复
热议问题