-----Original Message-----
From: Richard Ziade [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 12, 2001 12:26 AM
To: '[EMAIL PROTECTED]'
Subject: File download not prompting
 
I'm using this code to send a file:
 
<cfheader name="Content-Disposition" value="inline;
filename=#downloadtitle#.mp3"> 
<cfcontent type="application/download" file="#download.song_filename#"
deletefile="No">
 
Works fine, except it doesn't prompt the user to pick a place to
download it to. It just starts sending it. Any idea how I can force it
to prompt?
 
Also, if I change it from inline to attachment, it prompts, but sends
the name of the actual CF file instead of the name of the file to send.
 
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