Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/12/2010, 09:06
Avatar de Flakiss
Flakiss
 
Fecha de Ingreso: septiembre-2009
Mensajes: 113
Antigüedad: 14 años, 6 meses
Puntos: 1
Respuesta: uPLOAD mULTIPLE

<center><h2><strong>Gestion: Carga de Archivos</strong></h2></center>
<table style="font-family:Arial;" border="0" align="center">
<tr>
<td align="center"><strong>Nombre Carpeta:&nbsp;&nbsp;&nbsp;<?=$carpeta["nombre"]?></strong></td>
</tr>
<form enctype="multipart/form-data" action="valida.php?id_carpeta=<?=$_GET["id_carpeta"]?>&id_user=<?=$_GET["id_user"]?>" method="POST" class="a_form">
<tr>
<td align="center">
<input name="nombre_archivo[]" multiple id="nombre_archivo" type="file" />
<input type="submit" name="cargar" value="Cargar" />
</td>
</tr></form>
</table>


Esto tal cual esta el formulario funciona bien en mozilla y chrome.

pero en IE solo deja seleccionar un archivo...

Gracias por tu ayuda :D