Hackerizzatore
New Member
i want to serve an existing file to the browser in php.i've seen examples about imagejpeg but that function seems to save a file to disk and you have to create a right sized image object first... (or i just don't understand it )in asp.net i do it by reading the file in a byte array and the call context.Response.BinaryWrite(bytearray), so i'm looking for something similar in php.Michel