I have the following lines of code to open a file from the server on the 
client PC using ultraedit.

<cfheader name="Content-Disposition" value="filename=#FileName#">
<cfcontent type="text/plain" file="#DirPath#\#FileName#" deletefile="No">

It works great (Thanks Dave) except for a few things. For example, when I 
open the file "cover.dat" in ultraedit it names it as "cover[1].dat" and 
the path in the ultraedit window is "C:\Windows\Temporary Internet 
Files\Content.IE5\ECX72406\cover[1].dat"

Is there anyway to change this display in the top window banner?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to