Skip to main content
Known Participant
January 7, 2009
Question

cfimage error

  • January 7, 2009
  • 1 reply
  • 460 views
Hi.The code below works for the most of my jpg files.but for some pictures I got the below error:

Ensure that the destination directory exists and that Coldfusion has permission to write to the given path or file cause : coldfusion.image.ImageWriter$ImageWritingException: An exception occured while trying to write the image.

here is my code:
It seems some of my pictures which dont work properly are created by Photoshop cs Mac & have color Representaion:Uncalibrated.I mean when I save them as jpg on MSpaint or photoshop they work fine.
plz help what should I do?
thanks


This topic has been closed for replies.

1 reply

Inspiring
January 7, 2009
Did you install the latest hotfixes?

Patch for CFImage and Image functions in ColdFusion 8.0.1
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403411&sliceId=1

BTW: A quick google on that error message turns up a lot of results pointing to that hotfix ;-)
Known Participant
January 7, 2009
thanks.I will try that:)