Hi All,

Please excuse me as a beginner here if the solution is obvious but i'm
attempting to use the following code to trigger the open dialog box to
prompt to either open the contents of #mainCVS# directly as an Excel
document or save it as Export.csv

<cfheader name="Content-Disposition" value='attachment;
filename="Export.cvs"'>
        <cfcontent type="text/.csv" variable="#mainCVS#">

This works fine on the test server but move the changes to the secure
server and nothing is written to the export document - just a blank
file.

Having searched around the net for similar problems and associated
solutions i've tried various ammendments to the above code with no
luck. Or am i looking at an issue with the secure server?

Many Thanks,

Mark

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to