Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/03/2013, 11:57
mordiskitos
 
Fecha de Ingreso: enero-2009
Mensajes: 15
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: Subida ficheros muy lenta

Cita:
Iniciado por planetbarcode Ver Mensaje
Si pegas tu código será más facil ver si hay algún problema.
El codigo:

Código:
<form action="upload.php" method="post" enctype="multipart/form-data">
    <input type="text" name="name" placeholder="Name" />
    <input type="text" name="apellidos" placeholder="Apellidos" />
    <input type="email" name="email" placeholder="E-mail" />
    <input type="file" name="data" />
    <button type="submit">Upload</button>
</form>