Closed diego-carrera closed 11 years ago
Off the top of my head, no, it's not possible. The way Cake structures the data that is passed to the Behavior doesn't allow for it. I'll look into it a bit more though.
After looking into it, it's not really possible since CakePHP tries to save them all as a single record. Would require a heavy rewrite of the AttachmentBehavior
.
Is there a way to handle files sent with a multiple attribute set?
or
I've tried setting the name differently, it can be done iterating through
and creating a new image and saving it, just wondering if it is possible to do it whith save, or saveAll, without iterating throw the array