FALCONSEYE
Programmer
When I upload an img, say 2.3mb, the resize is causing an error.
I am using
The application first uploads the file and then does the resizing. The error is :
An exception occurred while trying to read the image.
File \\blah\myIMG.JPG does not exist.
Actually, it does exist. The funny thing is if i resize the same img to like 640kb, i don't have this problem. Any clue what goes here?
thanks
I am using
Code:
<cfimage action = "resize"
height = "#imageScaleValue#"
source = "#REQUEST.img#"
width = "#imageScaleValue#"
destination = "#destFile#"
overwrite = "true" />
The application first uploads the file and then does the resizing. The error is :
An exception occurred while trying to read the image.
File \\blah\myIMG.JPG does not exist.
Actually, it does exist. The funny thing is if i resize the same img to like 640kb, i don't have this problem. Any clue what goes here?
thanks