in reply to Re^2: Sending a file through STDOUT using HTTP
in thread Sending a file through STDOUT using HTTP

Just noticed this too. Change your content-disposition line as follows:

"Content-Disposition: attachment; filename=\"$filename\"\n\n";

Ted Young

($$<<$$=>$$<=>$$<=$$>>$$) always returns 1. :-)

Replies are listed 'Best First'.
Re^4: Sending a file through STDOUT using HTTP
by hcubed (Initiate) on Feb 17, 2005 at 22:26 UTC
    I really appreciate the fast replies but still no dice. I wonder if the browsers don't take that content-disposition stuff for face value and actually look at what's coming through. I'm sending a stream and not an actual file that exists on my system and I think that might be causing some trouble. Any other ideas?