I got it working by reorganizing the array like you suggested.  I also
needed to add...

$this->File->create();

...just before saving each image in order to do an insert on each one.
Otherwise, every save() after the first one just overwrites the first
one.

It is likely that I will redo this at some point and resize the images
programmatically, but for now this will work.

Thanks again for you help.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to