Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/10/2010, 21:53
Maxi2009
 
Fecha de Ingreso: julio-2009
Mensajes: 44
Antigüedad: 14 años, 9 meses
Puntos: 0
problema con readfile

he tratado de implementar este script:

<?
header("Content-type: image/jpeg");
readfile("ruta_archivo/imagen.jpg");
?>

pero me salta este error:

Warning: readfile() [function.readfile]: URL file-access is disabled in the server configuration in /home.....

pareciera que no me soporta la funcion read file, es posible alguna opcion para este problema?