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