On Sat, 22 Dec 2001, Roman Neuhauser wrote:

> > Can you suggest a workaround since it appears that lots of
> > PHP code uses this PHP Header() redirect to setup files for
> > users to download from sites?
>
>     don't you need a content-type or sumthing as well?

        Header ("Content-Type: application/download\n");
        Header ("Content-Disposition: attachment; filename='filename.zip'\n");

Derick


-- 
PHP Development 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