Link to the file containing the cfcontent tag like this....


Link
----
<a href="dload.cfm/resuword.zip?file=resuword.zip"
target="_new">resuword.zip</a>


dload.cfm
---------
<cfcontent type="application/x-zip-compressed"
file="c:\ftproot\resuword.zip" deletefile="No">


-----Original Message-----
From: Don Vawter [mailto:[EMAIL PROTECTED]]
Sent: 06 August 2001 03:55
To: CF-Talk
Subject: cfcontent


Ok its late and I am brain dead.
What else do I need in a template to download a zip file?
When a template with the following code is executed. a view source shows
only </body></html>

    <cfcontent type="application/x-zip-compressed"
file="c:\ftproot\resuword.zip" deletefile="No">


TIA Don
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to