Just a quick question, i know HTTP_RANGE is used to resume downloads, but in my download script i have this code:
Code: Select all
if(!isset($_SERVER['HTTP_RANGE'])){I just want a reliable way to know if its the start of the file being downloaded or not... so that a download counter can be more accurate, and only count a download once even though a download manager will make a few connections.
Thanks