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