Well, I read RFC, but I have a problem now:
How can I get the HTTP_RANGE enviroment variable from client to resume a
download? (GetRight)
I try
$http_range = $_ENV['HTTP_RANGE'];
$http_range = $_COOKIE['HTTP_RANGE'];
but no result ;-(
Please Help!
Regards
Gessos Paul
How can I get the HTTP_RANGE enviroment variable from client to resume a
download? (GetRight)
I try
$http_range = $_ENV['HTTP_RANGE'];
$http_range = $_COOKIE['HTTP_RANGE'];
but no result ;-(
Please Help!
Regards
Gessos Paul
Comment