I have a PHP script that upload file to a directory... Even if my php server setting (php.ini) allow me files up to 500megs (this is also detected by the script) I cannot upload more than 2 megs... I don't know what to do.
Please help me. Thanks.
There may also be a limit imposed by your web server. In Apache, this limit usually defaults to 2mb. You may have to change that as well.
-- Rich
Or.. you're running something like Bastille which comes semi-standard in Mandrake, and which often imposes a 2 meg limit via /etc/security/limits.conf. check the output of the ulimit command...