Perkley wrote:
Like I said, it works in CF10. It shouldn't work in CF10 if the files were not found.
The reasoning behind my suggestion is that there usually are subtle changes that may occur when you change versions. For example, there just might be a character in the path, that is compatible with Coldfusion 10's settings but not with Coldfusion 11's. This is more a process of elimination than anything else.
You could do two more tests to rule out the obvious. Firstly, the 'inline' attribute implies the PDF is to be opened by the browser. So, to rule out browser quirks, open the CFM page in different browsers. Any change?
Secondly, test by swtching from 'inline' to 'attachment'. Any improvement?
As far as I understand the filename in cfheader can be whatever I want, right?
Yes, any filename, whatever_you_want.pdf, will do.