I have used the cake timer as a base, basically because I wanted to
"monitor" the upload using ajax, that implies eframe and I manage to
made it work using the ajax and cjs helper. Otherwise, as Christian
said, it's simpler using a "classic" way.


On Mar 2, 7:10 pm, "Christian Winther [cwi.dk]" <[EMAIL PROTECTED]>
wrote:
> iF you just need a simple 'plain old multi upload' feature, just do:
> <input type="file" name="data[Upload][]" />
>
> And then debug( $this->data['Upload'] );  in your controller show contain an
> array of file info (tmp path ect)
>
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
>
> Of Mech7
> Sent: 2. marts 2007 17:28
> To: Cake PHP
> Subject: Multiple file upload ?
>
> Is there a explanation or tutorial anywhere which explains how to do
> multiple file uploads and store the name in the database?
>
> I have found this:http://thinkingphp.org/demos/cake-timer/
> but it looks a little complicated and uses a perl script :(


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to