Question
Writing a CFHEADER in a CSV file
Hi,
How do I insert the following header into a CSV file to force the user to download the page:
<cfheader name="Content-Disposition" value="filename=myPage.csv">
<cfcontent type="text/csv">
Attached is my code:
How do I insert the following header into a CSV file to force the user to download the page:
<cfheader name="Content-Disposition" value="filename=myPage.csv">
<cfcontent type="text/csv">
Attached is my code:
