cfcoder ( I own that domain name :-)  ),


Try this...

<cfheader name="Content-Disposition" value="attachment;
filename="fileName">
<cfcontent  file="pathAndDocumentName"  type="application/x-unknown" />


Notice the type attribute in the cfcontent tag...


HTH,


Mike

-----Original Message-----
From: cf coder [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 27, 2004 6:27 AM
To: CF-Talk
Subject: CFFILE/CFCONTENT question.. Please help

<CFHEADER NAME="Content-Type"   VALUE="application/msexcel">
<CFHEADER NAME="Content-Disposition" VALUE="inline;
filename=\ExportToXLS.xls">
<CFCONTENT TYPE="application/msexcel"   FILE="\ExportToXLS.xls"
deletefile="Yes">

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/ <http://webhosting.yahoo.com/ps/sb/>
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to