I know this sounds really obvious, but these obvious things are usually what I overlook and get stuck on:
Is the directory you're trying to save the image to writable by the app? On my Debian GNU/Linux server Apache is in the group www-data, so for this example you would need to: $ sudo chgrp www-data /var/www/cakexxxxx/app/webroot/files/Image $ sudo chown g=rwX /var/www/cakexxxxx/app/webroot/files/Image You'll need to change the groups and paths for your configuration.... or all the syntax if you're not on a *nix system. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
