![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/12/2010, 09:06
|
![Avatar de Flakiss](http://static.forosdelweb.com/customavatars/avatar323340_1.gif) | | | Fecha de Ingreso: septiembre-2009
Mensajes: 113
Antigüedad: 15 años, 4 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: <?=$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 |