Can you explain the parameters in your example please?

----- Original Message -----
From: "Pascal Peters" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 5:35 AM
Subject: RE: CFCONTENT - donwloads only a .cfm file?


> here is an example:
>
> <cfset path = variables.exportfolder & lcase(url.file)>
> <cfheader name="Content-Disposition" value="inline;
filename=#lcase(url.file)#">
> <cfcontent type="application/unknown" file="#path#" deletefile="No">
>
> -----Original Message-----
> From: Ed Gordon [mailto:[EMAIL PROTECTED]]
> Sent: vrijdag 5 april 2002 12:27
> To: CF-Talk
> Subject: CFCONTENT - donwloads only a .cfm file?
>
>
> The CFCONTENT is "wow" very nice that it allows us, with a simple tag, to
> give the user the ability to download a file.
>
> However, when the user goes to SAVE it, it gives them only one choice -
> download.cfm - as the name of the file - and their browser seems to want
to
> treat it as a Cold Fusion Module too; if I do it on the development
machine,
> it understands a CF module. But I had some strange result trying to save
it
> on the users' machine.
>
> Is there any way to NAME the file that is going to be downloaded, and in
> particular, something other than dot cfm ?
>
> TIA and have a great weekend!
>
> Ed Gordon
>
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to