At 12:19 PM +0200 22/4/02, David Russell wrote:

>Header("Header("Content-Disposition: attachment; filename=\"File65.doc\"" );

That's not right. Must be a typo.

Make sure there is no output before the header function calls.

I use:

header("Content-type: application/octet-stream; name=\"$fname\"");
header("Content-Disposition: attachment; filename=\"fname\"");
header("Content-transfer-encoding: binary");

 ...R.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to