Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/04/2011, 17:08
Avatar de kimmy
kimmy
 
Fecha de Ingreso: julio-2008
Mensajes: 841
Antigüedad: 15 años, 9 meses
Puntos: 15
Información redimensionar varias fotos y guardar en una carpeta

Hola. Tengo un formulario para subir cuatro fotos a una carpeta (sin guardar en BD solo en la carpeta imagenes) y quiero redimensionarlas y guardarlas en una carpeta. He buscado información pero solo sale para una sola foto y no se como guardarlas todas. Este es el form:

Código HTML:
Ver original
  1. <form action="subir.php" method="post" enctype="multipart/form-data" name="form1" id="form1" >
  2. <table id="mytable">
  3.     <thead>
  4.         <tr>
  5.         <th colspan="2">CAMBIAR FOTOS</th>
  6.                 </tr>
  7.     </thead>
  8.     <tbody>
  9.             <tr>
  10.         <td width="38%" height="21">FOTO 1</td>
  11.              <td width="37%"><label for="categoria"></label>
  12.               <label for="foto1"></label>
  13.               <input type="file" name="foto1" id="foto1" /></td>
  14.         </tr>
  15.         <tr>
  16.         <td>FOTO 2 </td>
  17.                 <td><label for="foto2"></label>
  18.                 <input type="file" name="foto2" id="foto2" />
  19.         </tr>
  20.         <tr>
  21.         <td>FOTO 3 </td>
  22.                 <td><label for="foto4"></label>
  23.                 <input type="file" name="foto3" id="foto3" />
  24.         </tr>
  25.         <td>FOTO 4 </td>
  26.                 <td><label for="foto4"></label>
  27.                 <input type="file" name="foto4" id="foto4" />
  28.         </tr>
  29.             <tr>
  30.         <th colspan="2"><input type="submit" name="button" id="button" value="Agregar" /> - <input type="button" name="button" id="button" value="Regresar" onClick="location.href='index.php'" /></th>
  31.             </tr>
  32.     </tbody>
  33. </form>


Me pueden dar algunas sugerencia de como guardarlas todas.

Gracias.
__________________
Caminando con el corazón partío