Forum Moderators: coopster
I've been trying to get upload an image and then automatically create another file as the thumbnail with smaller size of the same picture , Using couple other functions to create the image and so forth and they all seem to be working fine. The error message i'm getting is
Warning: imagejpeg: unable to open '/path/to/thumbs/temp.jpg' for writing in /path/to/admin1/imgman.php on line 105
Line 105 is
return ImageJpeg($im, $filename, $imagequality);
I checked php for any examples didn't find anything useful , anybody has had this problem?
Thank you
You may want to make sure you have the proper permissions and that the path is correct.