Question
CFImage does not display
I have a problem with cfimage that only exists on my local
development machine (localhost) - the same code works and displays
on my development and production servers with the same basic CF
environment (CF version and patch level, etc).
The cfimage action is "writetobrowser" and is used extensively in the code, sometimes to produce thumbnail images, sometimes to produce default "image is missing" type of images.
On my local machine, on any template that creates one of these images, the image is created and I can see them appear in the CF dir "tmpCache\CFFileServlet\_cf_image". The "view source" in the HTML looks like the image should show: <img src="/CFFileServlet/_cf_image/_cfimg-8983557613489887032.PNG" height="150" alt="" />
But nothing displays. Can anyone shed light on what might be happening and how to fix it? Will this require a complete reinstallation of CF?
The cfimage action is "writetobrowser" and is used extensively in the code, sometimes to produce thumbnail images, sometimes to produce default "image is missing" type of images.
On my local machine, on any template that creates one of these images, the image is created and I can see them appear in the CF dir "tmpCache\CFFileServlet\_cf_image". The "view source" in the HTML looks like the image should show: <img src="/CFFileServlet/_cf_image/_cfimg-8983557613489887032.PNG" height="150" alt="" />
But nothing displays. Can anyone shed light on what might be happening and how to fix it? Will this require a complete reinstallation of CF?
