At 3:59 PM +1000 23/4/02, Brian White wrote:

>Is there any way to get it to save as a file called "file.zip"?
>Is there any header I can set? The headers it currently returns

header("Content-type: application/octet-stream; name=\"file.zip\"");
header("Content-Disposition: attachment; filename=\"file.zip\"");
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