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.
Chris2k Reviewed by Chris2k on . php resize hi ive coded with help an php image resize code, to go in upload.php, ill show: include"imagecfg.php"; //Make a 90x90px thumbnail...... $fulluploadlPath = $thumbDir.$name; Rating: 5