Re: upload image problem Posted by tibi 10 Sep 2011 18:33 GMT-0000 posts: 61 drilling down i see this in the initlib.php: function tempdir() { static $tempdir; if (!$tempdir) { $tempfile = tempnam(false,''); $tempdir = dirname($tempfile); @unlink($tempfile); } return $tempdir; } could it bee that tempnam is changed??