Multiple file Upload through related model (CakePHP bug?)

2010-02-24 Thread Lucca Mordente
Hello! I'm having problems saving multiple files through related model. I have the following structure: Document hasMany Item Item belongsTo Document Item belongsTo File File is a generic model I created to ease attaching a file to a model. My Document form is like following: ... $k=0

Multiple file Upload through related model (CakePHP bug?)

2010-02-24 Thread Lucca Mordente
Hello! I'm having problems saving multiple files through related model. I have the following structure: Document hasMany Item Item belongsTo Document Item belongsTo File File is a generic model I created to ease attaching a file to a model. My form is like following: $k=0; echo $for