Thank you all for your help.  It worked.


Carol L. Bluestein
Senior Programmer
NYS Office of Real Property
518-486-6335
[EMAIL PROTECTED]


____________________Reply Separator____________________
Subject:    Re: Download Software From The CF Server
Author: [EMAIL PROTECTED]
Date:       5/17/01 2:41 PM

I used the CFCONTENT tag to download the zipped software package.
Internet Explorer understands that it is a zip file but Netscape
downloads it as a html file.  The code follows:

<cfcontent type="application/x-zip"
file="c:\inetpub\webpub\sshtest\ssh.zip" deletefile="No">

The following code solved this problem:

<cfcontent type="application/x-compress"
file="c:\inetpub\webpub\sshtest\ssh.zip" deletefile="No">

Now the downloading is processed successfully by Internet Explorer and
Netscape.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to