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 :))
asp.net i bir bayt dizisi ve çağrı context.Response.BinaryWrite (ByteArray) dosyayı okuyarak bunu, bu yüzden php benzer bir şey arıyorum.
Michel