Copy link to clipboard
Copied
Hi there,
My website uses ColdFusion to create pdfs. Currently, users have been contacting me to say the PDFs that are created are being downloaded as .cfm files instead of .pdf files. This is annoying because they have to manually rename the file extension every time. As far as I am aware this is only happening in Firefox.
Is this a known issue and something fairly simple to correct?
Thanks for any input.
Ben.
Copy link to clipboard
Copied
Adding the following cfheader fixed the issue:
<cfheader name="Content-Disposition" value="attachment; filename=#getFileFromPath(PDFpath & '_myFileName.pdf')#">
Except, now the alternate function of e-mailing the PDF as an attachment (rather than displaying it in the browser or saving it to their computer) does not work.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now