If you are using NT with SP 6a:

add this to send.cfm

<cfheader name="Content-Disposition" value="attachment;
Filename=myfile.txt">



> -----Original Message-----
> From: Rich Z [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 10, 2001 4:17 PM
> To: CF-Talk
> Subject: CFCONTENT Problem
>
>
> I'm sure this problem has been addressed before, but here it is:
>
> I'm trying to make a file available for download through CFCONTENT. The
> cfm page send.cfm looks like this::
>
> <cfcontent type="unknown" file="c:\archive\file.mp3" deletefile="No">
>
> The problem is, instead of sending that file, it sends the right file
> but it names it send.cfm instead of the actual file name.
>
> Any idea how to resolve this?
>
> 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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to