Re: How to download multiples files with cake?

2011-11-20 Thread func0der
download multiples files with cake. I have in > my directory webroot/files, four files. > form1.pdf,form2.pdf,form3.pdf,form4.pdf > > In my view i have this code: > Formulários > Form- > > >create('Formulario',array('target'=>'_blank'));?>

Re: How to download multiples files with cake?

2011-11-20 Thread Miles J
r download just the zip file. > > > On 18 nov, 12:23, Lucas Simon Rodrigues Magalhaes > > > wrote: > > > Hii, > > > > I have a doubt, how to download multiples files with cake. I have in > > > my directory webroot/files, four files. > > > form1.

Re: How to download multiples files with cake?

2011-11-19 Thread euromark
you can zip all selected files together > and let the user download just the zip file. > > On 18 nov, 12:23, Lucas Simon Rodrigues Magalhaes > > > > > > > > wrote: > > Hii, > > > I have a doubt, how to download multiples files with cake. I have in &g

Re: How to download multiples files with cake?

2011-11-19 Thread dtemes
Is that possible at all? maybe you can zip all selected files together and let the user download just the zip file. On 18 nov, 12:23, Lucas Simon Rodrigues Magalhaes wrote: > Hii, > > I have a doubt, how to download multiples files with cake. I have in > my directory webroot/files

How to download multiples files with cake?

2011-11-18 Thread Lucas Simon Rodrigues Magalhaes
Hii, I have a doubt, how to download multiples files with cake. I have in my directory webroot/files, four files. form1.pdf,form2.pdf,form3.pdf,form4.pdf In my view i have this code: Formulários Form- >create('Formulario',array('target'=>