I would like to use a 'C' executable that would take a uploaded file stream as input and return a output file stream. I want to use PHP to upload the file and instead of saving the file to the disk pass it as a parameter to the 'C' executable and format the output stream to display on a browser... how do I achieve this??
someone asked something similar a while back, and nobody piped up. from what i know, PHP has no equivalent of stdio 🙁
-- rad