On ven, 2007-05-04 at 17:51 +0200, Emmanuel Raulo-Kumagai wrote:
> I have about the same code except that I use "application/x-zip-archive"
> for the content type and it just works.
> There's no ob_* stuff in my code also.

application/x-zip-archive works (actually anything but application/zip
works, even image MIME types and others), but I think I will use
application/octet-stream.
I didn't find the list of standard MIME types, but it seems
application/zip or application/x-zip-compressed should be used here
(those are used by MUAs when sending ZIP files).

Thanks for your help.

-- 
strawks

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

Reply via email to