06.05 php saved
joaquin_win
Tags add more
 
Note
Ejemplo de como mandar archivos
  1. echo $form->create('Imagen', array('type' => 'file'));
  2.  
  3. echo $form->input('Imagen.1', array('type' => 'file')); // Esto genera un input tipo file
  4.  
  5. echo $form->end('Enviar');
Parsed in 0.026 seconds, using GeSHi 1.0.7.14

Modify this Paste