I was actually thinking of using a sniffer, too, just to see like e.g. myspace.com etc. do the same trick.
Thanks very much for your help.
pY
Chris Lee wrote:
I have done something similar, Im not sure if my method is correct or not, I accually just used a sniffer to see how another page did it. so if the other page was doing it wrong, so am I. try this...
Header("Content-Type: application/octlet-stream");
Header("Content-Disposition: filename=$filename");
echo $data;
Chris Lee