RE: [Zope] tar.gz changing to tar.tar during download.
The problem looks to be IE. I tried it with Mozilla and it work correctly. It looks like "application/x-tar". Thanks -----Original Message----- From: Stefan H. Holek [mailto:stefan@epy.co.at] Sent: Tuesday, November 25, 2003 1:28 AM To: Louis MacCubbin Cc: 'zope@zope.org' Subject: Re: [Zope] tar.gz changing to tar.tar during download. What is the content type of your .tar.gz File object? Should be something like "application/x-gzip" or "application/x-gzip-compressed". Which browser? IE has a tradition of deliberately screwing up the download filenames. Stefan --On Montag, 24. November 2003 11:49 -0800 Louis MacCubbin <Louis.MacCubbin@veritas.com> wrote:
Hello,
When ever I try to download a tar.gz file from my Zope site, the extention changes to tar.tar. Why is this happening? Does anyone know how I can I fix it?
The workaround for this is to rename the file back to xxx.tar.gz after it downloads.
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
Hm, then IE might have a case. A .tar.gz should probably be of type "application/x-gzip". Stefan --On Dienstag, 25. November 2003 12:32 -0800 Louis MacCubbin <Louis.MacCubbin@veritas.com> wrote:
It looks like "application/x-tar".
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
participants (2)
-
Louis MacCubbin -
Stefan H. Holek