Hello all,

How can I make my php apps aware of byte range HTTP request ?

I have a script that output data to user if she's granted to do so.
But as of today, if download fails, she must restart the download from
the beginning because my server (my php script) doesn't support "range
byte requests" (actually, this is what curl and wget claims!)

-- Manuel

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to