> I've tried unsuccesfully to print this header after the first header:
>
> header ("Content-Disposition: attachment; filename=\"WorkPlease.zip\"");
>

It works using:

  header("Content-Disposition: filename=\"WorkPlease.zip\"");

I think my browser is a bit mad :)
the rrf http://www.w3.org/Protocols/rfc2616/rfc2616  says that it must be
used the first one (with attachement)  :(






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to