in reply to Re^4: GD::Image trueColor() hangup...
in thread GD::Image trueColor() hangup...

Hi Joost, I'm starting to feel like the problem has to do with:
$source = "$uploadDirectory/$filename";
Is there an issue with this being treated as a string vs. this winding up as a reference to the file in GD::Image->newFromJpeg($source, 1)? Any thoughts would be awesome! Cheers, K.