I just launched a new site and am finding that some users are
having problems uploading photos to their profile, while others are
not. I never had a problem with any files I used for testing
purposes, but one user emailed me the photo she was trying to
upload and I got an error during the delete section of my code
(different from hers during upload). This is the error she got:
"An exception occured while trying to write the image.
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."
And this is the error I'm getting with her image (not any of
the ones I've used in the past or created using my digital camera):
"ColdFusion could not delete the file
e:\web\myssage.com\photos\A.jpg for an unknown reason."
The images that are working and not working are both jpegs
that can be easily viewed in a browser. Any ideas? I've created a
test account if anyone wants to try and duplicate the problem.
http://www.myssage.com/login.cfm
name: test
password: test
My first CF site, any help is greatly appreciated!