This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C0435D.32EF3190
Content-Type: text/plain;
        charset="iso-8859-1"

I can't seem to download the csv file created by the custom tag cfx_ss.  The
dynamic file is created, but the file can't be located by cfcontent.  The
error is as follows:

No such file   The file in CFContent does not exist:
C:\inetput\wwwroot.....

I'ave looked at the mimetestpage on figleaf site and can't seem to get the
concept/code to work with generating DYNAMIC files.

Help is much appreciated.


 <cfset filen="demog_#currentpt_dat.patid#">
 <cfx_ss query="currentpt_dat"
fileName="C:\inetpub\wwwroot\HepC\Spreadsheet\#Evaluate(DE(variables.filen))
#" >
 <CFheader NAME="Content-Disposition"
value="filename=C:\inetpub\wwwroot\Spreadsheet\#Evaluate(DE(variables.filen)
).csv#" >
<CFCONTENT   deletefile="no"  type="application/x-forced_download"
file="C:\inetpub\wwwroot\HepC\Spreadsheet\#Evaluate(DE(variables.filen))#" >

------_=_NextPart_001_01C0435D.32EF3190
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2651.75">
<TITLE>CFCONTENT, CSV and dynamic filenames?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2 FACE=3D"Arial">I can't seem to download the csv file =
created by the custom tag cfx_ss.&nbsp; The dynamic file is created, =
but the file can't be located by cfcontent.&nbsp; The error is as =
follows:</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">No such file&nbsp;&nbsp; The file in =
CFContent does not exist:&nbsp; C:\inetput\wwwroot.....</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">I'ave looked at the mimetestpage on =
figleaf site and can't seem to get the concept/code to work with =
generating DYNAMIC files.</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Help is much appreciated.</FONT>
</P>
<BR>

<P><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&lt;cfset =
filen=3D&quot;demog_#currentpt_dat.patid#&quot;&gt;</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&lt;cfx_ss =
query=3D&quot;currentpt_dat&quot; =
fileName=3D&quot;C:\inetpub\wwwroot\HepC\Spreadsheet\#Evaluate(DE(variab=
les.filen))#&quot; &gt;</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&lt;CFheader =
NAME=3D&quot;Content-Disposition&quot;&nbsp; =
value=3D&quot;filename=3DC:\inetpub\wwwroot\Spreadsheet\#Evaluate(DE(var=
iables.filen)).csv#&quot; &gt;</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&lt;CFCONTENT&nbsp;&nbsp; =
deletefile=3D&quot;no&quot;&nbsp; =
type=3D&quot;application/x-forced_download&quot;&nbsp; =
file=3D&quot;C:\inetpub\wwwroot\HepC\Spreadsheet\#Evaluate(DE(variables.=
filen))#&quot; &gt;</FONT></P>

</BODY>
</HTML>
------_=_NextPart_001_01C0435D.32EF3190--
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to