I have many files that are not in my public_html folder that I want to provide access to without moving them into a web-enabled folder. Aside from gif images, I have been unsuccessful at doing this. What I've done is open the file, write it to an array, and then try to print the array out to the browser hoping the browser will somehow get the idea that it is binary data and present me with an option to download the file. GIF images get displayed using this technique, everything else just spits out a bunch of hex-code.
Am I asking for the impoassible?