try this.
http://www.sitepoint.com/forums/showthread.php?640127-changing-filename-of-download-in-cfcontent


On Sun, Dec 30, 2012 at 1:50 AM, Rob Voyle <robvo...@voyle.com> wrote:

>
> Hi Folks
>
> I have a webpage  called "classroom.cfm"
>
> It serves up a series of pdf handouts using
>
> <cfcontent type = "application/pdf" file="#handoutFile#" deleteFile = "no"
> >
>
> handoutFile is the absolute path & #handout#  to a non web part of the
> server
> where the handouts are .
>
> Works fine except when someone wants to save the file to their computer
> the file
> is called "classroom.pdf"
>
> Is there a way to change the file name to #handout#.
>
> I have tried
> <cfheader name="Content-Disposition" value="filename=#handout#">
> which doesn't work
> <cfheader name="Content-Disposition" value="attachment;
> filename=#handout#">
> works but it forces the saving of the file i want the person to be able to
> read the
> file and then save it if they want.
>
> Thanks
> Rob
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353713
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to