Are you sure you're looking at the right php.ini? Try calling phpinfo()
and check where PHP is looking for the ini file.
Marco
--
------------
php|architect - The magazine for PHP Professionals
The monthly worldwide magazine dedicated to PHP programmers
Come visit us at http://www.phparch.com!
--- Begin Message ---
Hi,
I'm having a problem uploading files greater than 2mb, but I believe the
problem is related to php.ini.
UPLOAD_MAX_FILESIZE in my submit form is set to 10000000. Also, I set
upload_max_filesize = 10000000 in php.ini. After changing php.ini, I
stopped and then started httpd. I thought this was enough to be able to
upload files greater than the default 2mb.
Even though php.ini has been changed, when I check phpinfo.php, I see that
upload_max_filesize is still 2mb and my file is not being uploaded.
Can anyone tell me what I am missing here.
Thanks,
Roger Lewis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php