there is a problem with uploading files, you have to change the way that you create the form in form.ctp from: <?php echo $this->BSForm->create($modelClass); ?> to: <?php echo $this->BSForm->create($modelClass, array('type' => 'file')); ?> to make i t work