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 |