Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/02/2012, 12:43
Avatar de andresdzphp
andresdzphp
Colaborador
 
Fecha de Ingreso: julio-2011
Ubicación: $this->Colombia;
Mensajes: 2.749
Antigüedad: 12 años, 9 meses
Puntos: 793
Respuesta: Problema al copiar Archivos

Agrega las comillas a los atributos HTML:

Código HTML:
Ver original
  1. <form method="post" action="Envio.php" enctype="multipart/form-data">
  2. <input type="file" name="subir" id="subir">
  3. <input type="submit" name="enviar" id="enviar" value="enviar">
  4. </form>

La carpeta Cargas debe existir.

Algún tipo de error?
__________________
Si sabemos como leer e interpretar el manual será mucho más fácil aprender PHP. En lugar de confiar en ejemplos o copiar y pegar - PHP