Here's one that'll stump you experts!
I have a PHP page that decodes a mail attatchment and outputs the file as raw binary data through the HTTP port. I want to be able to control the filename that is supposed to be downloaded, but no matter what I do the browser always thinks it is downloading the PHP file itself. Does anyone know a way to change the URN on the fly? Isn't there something like a "Content-Filename=whatever.zip" header field I could use?
Suggestions would be welcome.
--Dre