Is there a good implementation of partial file downloading in PHP?

前端 未结 5 581
情深已故
情深已故 2020-12-08 22:39

I\'m writing a PHP script that allows the user to download a file. Basically the idea is to prevent the file being downloaded more than X times, since it is paid content, an

5条回答
  •  -上瘾入骨i
    2020-12-08 23:44

    Perhaps instead of implementing web server in a web server (yo dawg!) you could use mod trigger before download in lighttpd or mod X-Sendfile available for both lighttpd and Apache2?

提交回复
热议问题