Hello, I've the common PHP problem of my upload_max_filesize = 2M being too small for my needs. Due to my host's restrictions I can't set value this through the .htaccess file. (Nor does ini_set appear to work when placed in, say, app/config/core.php)
As I'm using PHP4, I can't just place a custom php.ini in my http root - I have to place it in the directory where the upload script is run. So, in order for PHP to accept files larger than the default 2M, where should I place my php.ini within the cake directory tree? Cheers, Duncan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
