Hi there,
Is cfcontent enabled on jodoHost?
I am building an application that needs the ability to dynamically create doc files to be sent to the client. These docs contain a pic and some text information regarding the pic - very simple. It works correctly in my testing environment but on jodohost it opens the doc with only plain text and no formatting applied.
This is my code:
<cfcontent type="application/msword">
<cfheader name="Content-Disposition" value="filename=#url.category#_#url.subCategory#_#url.id#.doc">
<cfoutput>
#stuff here#
</cfoutput>
-Danny
Is cfcontent enabled on jodoHost?
I am building an application that needs the ability to dynamically create doc files to be sent to the client. These docs contain a pic and some text information regarding the pic - very simple. It works correctly in my testing environment but on jodohost it opens the doc with only plain text and no formatting applied.
This is my code:
<cfcontent type="application/msword">
<cfheader name="Content-Disposition" value="filename=#url.category#_#url.subCategory#_#url.id#.doc">
<cfoutput>
#stuff here#
</cfoutput>
-Danny