Got a download routine working with a combination of CFHEADER &
CFCONTENT. Works great, except that for some reason its naming the files
with a [1] at the end of the filename. Ex:
 
File to send: happy.mp3
File offered: happy[1].mp3
 
Here's the code:
 
<cfheader name="Content-Disposition"
value="text/plain;filename=#downloadtitle#.mp3."> 
<cfcontent type="audio/x-mpeg" file="#download.song_filename#"
deletefile="No">
 
Any ideas?
 
Thanks,
Rich


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to