Question
Force Download
Why won't this work? Its from the Live Docs but using a MP3
instead of using
an Excel spreadsheet from the example.
<cfheader name="Content-Disposition" value="inline;
filename=advocate-show3-48kbit.mp3">
<cfcontent type="audio/mpeg" file="c:\temp\advocate-show3-48kbit.mp3">
I want to force a download of the MP3. Any better / working examples of
this?
an Excel spreadsheet from the example.
<cfheader name="Content-Disposition" value="inline;
filename=advocate-show3-48kbit.mp3">
<cfcontent type="audio/mpeg" file="c:\temp\advocate-show3-48kbit.mp3">
I want to force a download of the MP3. Any better / working examples of
this?