i notoced tht as soon as i posted:

$fulluploadlPath = $thumbDir.$name is the thumb dir to save the thumbs in.

so i change to:
$fulluploadlPath = $uploadDir.'/'.$name;

now the page isnt even displayin since i change.

ideas?

Ps: Im using wamp to prepare the script.