Best way to count file downloads on a website

前端 未结 4 1117
说谎
说谎 2020-12-10 15:27

It\'s surprising how difficult it is to find a simple, concise answer to this question:

  1. I have a file, foo.zip, on my website
  2. What can I do to find ou
4条回答
  •  有刺的猬
    2020-12-10 15:42

    Use the logs--each GET request for the file is another download (unless the visitor stopped the download partway through for some reason).

提交回复
热议问题