I want to make my own "plugin" to upload my files, cause I can't work with this (https://github.com/josegonzalez/cakephp-upload) with multiples fields and tables, so I've decided to create my own.
So, which part may I put my code? Do I need to create a behavior? Or just put on "AppModel.php" or "AppController.php" to it works? Thanks!
Sorry for the bad english.