we had a problem with cfcontent which was resolved by the latest service
pack


which SP are you on?

-----Original Message-----
From: SMR [mailto:[EMAIL PROTECTED]
Sent: 01 December 2003 16:56
To: CF-Community
Subject: cfcontent in MX

okay guys, can't figure this one out and have searched google until I can't
search anymore...

This line worked in CF 5.0

<cfcontent
file="c:\cfusion\wwwroot\ncdp\repository\#getsystem.system#\#getdir.doc_File
_Name#" type="zebra/zebra">

In MX it works except the dialogue box that opens does not have the document
file name, but the CF file name (downloaddocument.cfm).

The parameters are correct because this works:

<cfoutput>
<a
href=""> File_Name#">Get Document Here</a>
</cfoutput>

but I want to automatically pop up the dialogue to open/save the document,
not give an href.  I've also tried this:

cffile action=""> file="c:\cfusion\wwwroot\ncdp\repository\#getsystem.system#\#getdir.doc_File
_Name#" variable="ncdp"/>
<cfcontent type="zebra/zebra">
<CFSCRIPT>
    writeOutput(toString(ncdp));
</cfscript>

with the same results as cfcontent.

Can someone tell me what I'm doing wrong?

TIA
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to