Answered
Cfheader and cfcontent question
Hi Community!
I wrote a program that generates a pipe delimited file
The file downloads to my desktop but I want it to be downloaded to a location in one of my servers. How do I accomplish that?
This is how my cfheader and cfcontent lines of code looks like:
<cfcontent type="text/plain" reset="yes">
<cfheader name="Content-Disposition" charset="utf-8" value="attachment;filename=companyname_#DateFormat(now(),'MMDDYYYYhhmmss')#.txt">
Any thoughts fellows?
Thanks!
I wrote a program that generates a pipe delimited file
The file downloads to my desktop but I want it to be downloaded to a location in one of my servers. How do I accomplish that?
This is how my cfheader and cfcontent lines of code looks like:
<cfcontent type="text/plain" reset="yes">
<cfheader name="Content-Disposition" charset="utf-8" value="attachment;filename=companyname_#DateFormat(now(),'MMDDYYYYhhmmss')#.txt">
Any thoughts fellows?
Thanks!
