Código HTML:
Ver original
<form action="subir.php" method="post" enctype="multipart/form-data" name="form1" id="form1" > <table id="mytable"> <thead> <tr> </tr> </thead> <tbody> <tr> </tr> <tr> <input type="file" name="foto2" id="foto2" /> </tr> <tr> <input type="file" name="foto3" id="foto3" /> </tr> <input type="file" name="foto4" id="foto4" /> </tr> <tr> </tr> </tbody> </table> </form>
Me pueden dar algunas sugerencia de como guardarlas todas.
Gracias.