On Sat, Jul 11, 2009 at 6:13 PM, mike<[email protected]> wrote: > > Ok just getting back to this - > > print_r $_FILES gives me a syntax error.
print_r($_FILES); > where is the tmp directory? is that directly under the webroot /tmp > or under cake/app/tmp? I don't see the file under either of those > directories It's not a Cake-specific tmp dir, but whatever's set for PHP in general. Look in php.ini for that. It's probably /etc/tmp --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
