On 23 Okt, 12:20, Oscar <[EMAIL PROTECTED]> wrote: > As the model for my attached documents, I > usehttp://trac.assembla.com/mi/browser/branches/base/models/attachment.php > (just changed the Belongs to to the name of my user model).
I did change $actsAs from "ImageUpload" to "Upload" here. The strange thing is that if I use "ImageUploadBehavior", it creates different sized images as expected, but this is what "function view" in "UploadBehavior" expects (a file named _large at the end). Anyway, I also found that "SluggedBehavior" needs "mode"=>"ascii" in my case, since using swedish characters in the description makes attachments_controller::view redirect in all eternity. I would think that some people would be using this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
