Re: Forcing download of compressed file

2004-11-26 Thread Marek Kilimajer
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

Re: Forcing download of compressed file

2004-11-23 Thread Sean Davis
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

Forcing download of compressed file

2004-11-23 Thread Sean Davis
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