cfcontent changing name of file

2012-12-29 Thread Rob Voyle
Hi Folks I have a webpage called "classroom.cfm" It serves up a series of pdf handouts using 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

Re: cfcontent changing name of file

2012-12-29 Thread Russ Michaels
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 wrote: > > Hi Folks > > I have a webpage called "classroom.cfm" > > It serves up a series of pdf handouts using > > > > > handoutFile is the a

Re: cfcontent changing name of file

2012-12-29 Thread Rob Voyle
Hi Russ creating objects is beyond my expertise and I couldn't get the sitepoint idea to work. Kept getting an object error. However my suspicion is that it wouldn't solve my problem. forces the browser to save the file not view the file. I want people to first view it and then save it if t

Re: cfcontent changing name of file

2012-12-29 Thread Dan G. Switzer, II
Rob, The following should work: -Dan On Saturday, December 29, 2012, Rob Voyle wrote: > > Hi Russ > creating objects is beyond my expertise and I couldn't get the sitepoint > idea to > work. Kept getting an object error. However my suspicion is that it > wouldn't > solve my problem. > value

Re: cfcontent changing name of file

2012-12-29 Thread Rob Voyle
Hi Dan That doesn't work It opens the pdf fine: the url in the browser says www.host.com/webinars/classroom.cfm?handout=ai-session1.pdf and if I try to save the pdf file the file name is: classroom.pdf What I would like to do is save it as: ai-session1.pdf Rob On 29 Dec 2012 at 23:45, Dan G.

Re: cfcontent changing name of file

2012-12-29 Thread Claude Schnéegans
You need two tags: one to set the file name, one to send return the document ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.h