ciao,

trovato l'errore: allo smart class passavo il nome del file mentre andava passato tutto il percorso dir+nome file.
Ora devo capire perchè la function per generare la thumbnail non salva la miniatura.
Ok fattto..problema di percorso in $thumb,"images/tb_".$n, 75)
Codice PHP:
<?php

if ($t == 'image/jpeg'){imagejpeg($thumb,"images/tb_".$n75);}
elseif (
$t == 'image/jpg'){imagejpeg($thumb"images/tb_".$n75);}
elseif (
$t == 'image/JPG'){imagejpeg($thumb,"images/tb_".$n75);}
elseif (
$t == 'image/pjpeg'){imagejpeg($thumb,"images/tb_".$n75);}
elseif (
$t == 'image/gif'){@imagegif($thumb,"images/tb_".$n75);}
elseif (
$t == 'image/png'){@imagepng($thumb,"images/tb_".$n75);}
grazie.