si, es raro..
aca lo colgue un momento
http://www.upacifico.edu.py/plantel-...ples/thumb.php
el code de thumb.php es:
Código PHP:
Ver original<?php
require_once('../ThumbLib.inc.php');
$fileName= '01.jpg';
$thumb = PhpThumbFactory::create($fileName);
$thumb->resize(70, 47);
$thumb->cropFromCenter(50);
$thumb->show();
?>
<a href="#">
<img src="thumb.php?file=
<?php echo urlencode($fileName); ?>" />
</a>
Lo muestra bien, y demas, pero, no genera la posibilidad de linkearlo, ni siquiera de ver el codigo fuente.. y bue.. no se si tiene solucion