Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/02/2005, 21:52
Phantasma__
 
Fecha de Ingreso: noviembre-2003
Mensajes: 39
Antigüedad: 20 años, 4 meses
Puntos: 0
Pregunta Error al mover una imagen autoadministrable

<form method="post" action="fin_empresa.php" enctype="multipart/form-data">

<input type="file" name="imagen" size="30" id="imagen">
<input type="submit" name="submit" value="Subir">
</form>

la recepciono
syste("rm/home/dem/public_html/portal/administracion/empresas/imagen.jpg",$var);
$ruta='/home/dem/public_html/portal/administracion/empresas/imagen.jpg';
echo $_FILES['imagen']['type'];
move_uploaded_file($_FILES['imagen']['tmp_name'],$ruta);

y me da el siguiente error:

Warning: move_uploaded_file(/home/demos/public_html/portal_copelec/administracion/empresas/imagen.jpg): failed to open stream: Permission denied in /home/demos/public_html/portal_copelec/administracion/empresas/fin_empresa.php on line 5

Warning: move_uploaded_file(): Unable to move '/tmp/phpSiAs6r' to '/home/demos/public_html/portal_copelec/administracion/empresas/imagen.jpg' in /home/demos/public_html/portal_copelec/administracion/empresas/fin_empresa.php on line 5


como lo soluciono o como lo hago mejor
__________________
Fantasma