Anybody know if there is a way to change the max file upload size parameter (normally set in php.ini) on a per-directory basis? (Using apache+php4 as a module)
TIA Sergio
change it as you would any other php.ini variable.
php_value some_parm "some value"
make sure allowOverride = all in httpd.conf