I am trying to open a binary file from a URL, and then send that file back
to the user's browser (after setting the appropriate content-type).

I think i have a handle on how to open the file :

using either fread() or file()

however, i am not sure how to iterate through the bytes, get the file size,
and write the bytes back to the browser?

can anyone point me in the correct direction? Even if it is just the
function name, that is helpful as I can look up the info in the php manual.

thanks in advance....

mike chambers

[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to