RE: Downloading Files via CFContent

2001-08-07 Thread Craig Dudley
The cfcontent tag is fine. If that tag is in a file called dload.cfm, link to it like this.. dload.cfm/#filename#?file=#filename# It's a hack, but it works. -Original Message- From: Curtis C. Layton [mailto:[EMAIL PROTECTED]] Sent: 06 August 2001 18:21 To: CF-Talk Subject: Downloading

Re: Downloading Files via CFContent

2001-08-07 Thread [EMAIL PROTECTED]
Try this: http://cfapostle.com/tests/cfcontent/ A HREF=Download.cfm/LocalPeople.xlsView Local People/A /// Download.cfm // HTML TITLEBeer is Good/TITLE BODY BGCOLOR=CC CFCONTENT TYPE=application/vnd.ms-excel TABLE BORDER=EECCEE TR

Re: Downloading Files via CFContent

2001-08-06 Thread Dick Applebaum
Check the archives... I posted a solution within the last several weeks. Dick At 1:20 PM -0400 8/6/01, Curtis C. Layton wrote: I'm trying to download files using CFContent using the following code. CFCONTENT TYPE=application/unknown FILE=#FileLocation#filename# Is there a way to change the