In normal insertion case, it is all done by the behavior, no extra code is needed for that. But in the specific case where one form is used to enter multiple entry in hasmany relation, it is not working. What is solution for it.
On Nov 24, 11:19 am, Amit Rawat <[email protected]> wrote: > Its because when you upload a image contoller recieves it as an array with > information like file name, size, type etc. you will have to extract then > name of file before inserting it -- You received this message because you are subscribed to the Google Groups "CakePHP" 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.
