Re: [PHP] Problems with Zip+IE6

2006-12-18 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-12-18 15:00:48 -0600: > On Sat, December 16, 2006 6:17 am, Roman Neuhauser wrote: > > # [EMAIL PROTECTED] / 2006-12-15 22:55:54 -0600: > >> On Tue, December 12, 2006 11:04 am, Frank M. Kromann wrote: > >> > if you use: > >> > > >> > header("Content-Type: application/zip")

Re: [PHP] Problems with Zip+IE6

2006-12-18 Thread Richard Lynch
On Sat, December 16, 2006 6:17 am, Roman Neuhauser wrote: > # [EMAIL PROTECTED] / 2006-12-15 22:55:54 -0600: >> On Tue, December 12, 2006 11:04 am, Frank M. Kromann wrote: >> > if you use: >> > >> > header("Content-Type: application/zip"); >> > header("Content-Disposition: attachment; >> filename=\

Fwd: [PHP] Problems with Zip+IE6

2006-12-18 Thread Javier Ruiz
Apologies... forgot to CC to the list... -- Forwarded message -- From: Javier Ruiz <[EMAIL PROTECTED]> Date: Dec 18, 2006 11:25 AM Subject: Re: [PHP] Problems with Zip+IE6 To: [EMAIL PROTECTED] Hi, Nah, the only thing I'm trying to do is to serve a regular zip file

Re: [PHP] Problems with Zip+IE6

2006-12-16 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-12-15 22:55:54 -0600: > On Tue, December 12, 2006 11:04 am, Frank M. Kromann wrote: > > if you use: > > > > header("Content-Type: application/zip"); > > header("Content-Disposition: attachment; filename=\"somefile.zip\""); > > > > That works for me with IE 6/7 and other b

Re: [PHP] Problems with Zip+IE6

2006-12-15 Thread Richard Lynch
On Tue, December 12, 2006 11:04 am, Frank M. Kromann wrote: > if you use: > > header("Content-Type: application/zip"); > header("Content-Disposition: attachment; filename=\"somefile.zip\""); > > That works for me with IE 6/7 and other browsers. Argh. Please read this: http://richardlynch.blog

Re: [PHP] Problems with Zip+IE6

2006-12-15 Thread Richard Lynch
On Tue, December 12, 2006 4:34 am, Javier Ruiz wrote: > damn! that's a pretty good article, thanks a lot. > > unfortunatelly, it's not mentioning about zip files concretely, I > didn't > find a solution for my problem with them. > I tried playing a bit with the Content-type, but it seems that > Int

Re: [PHP] Problems with Zip+IE6

2006-12-12 Thread Frank M. Kromann
Hello, if you use: header("Content-Type: application/zip"); header("Content-Disposition: attachment; filename=\"somefile.zip\""); That works for me with IE 6/7 and other browsers. - Frank > damn! that's a pretty good article, thanks a lot. > > unfortunatelly, it's not mentioning about zip fil

Re: [PHP] Problems with Zip+IE6

2006-12-12 Thread Javier Ruiz
damn! that's a pretty good article, thanks a lot. unfortunatelly, it's not mentioning about zip files concretely, I didn't find a solution for my problem with them. I tried playing a bit with the Content-type, but it seems that Internet Explorer doesn't really care about "Content-type"... it uses

Re: [PHP] Problems with Zip+IE6

2006-12-05 Thread Richard Lynch
It's kinda long, but this will probably save you some grief: http://richardlynch.blogspot.com On Tue, December 5, 2006 2:07 am, Javier Ruiz wrote: > Hi all! > > I have a problem with zip files and Internet Explorer 6. I try to send > to > the user a dinamically generated zip file writting the http

[PHP] Problems with Zip+IE6

2006-12-05 Thread Javier Ruiz
Hi all! I have a problem with zip files and Internet Explorer 6. I try to send to the user a dinamically generated zip file writting the http headers and using file_put_contents for the zip content. It works fine when downloading the file with firefox, opera, etc... even it works well if I downlo