Posted by Kim Andrι Akerψ on 08/30/06 14:04
sundar22in@gmail.com wrote:
> Hi,
> I want to access a part of file in PHP(Instead of whole file). I
> understood HTTP Range header is the solution. How do we implement HTTP
> Range header in PHP??? Iam using fopen() method to access a remote
> file by providing the URL.
>
> Any related links?? How it can be implemented??
You could instead use the cURL functions if these are enabled on the
server.
http://php.net/curl
"Range" is one of those things you can set using curl_setopt().
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
[Back to original message]
|