Sean Davis wrote:
I have a simple question:
I have a file that is a tar.gz file that I want download to the user
when a form is submitted. The file is static and I know how to set
headers, etc., for download. Is there a specific header type for tar.gz
files (so that the browser will try to unc
in/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
- Original Message -
From: "Sean Davis"
To: "'[EMAIL PROTECTED]' Lists"
Subject: Forcing download of compressed file
Date: Tue, 23 Nov 2004 08:11:08 -0500
>
> I have a simple question:
>
> I have a file that is a tar.gz
I have a simple question:
I have a file that is a tar.gz file that I want download to the user
when a form is submitted. The file is static and I know how to set
headers, etc., for download. Is there a specific header type for
tar.gz files (so that the browser will try to uncompress, etc.)? H