Hi all,
I'm running PHP 4.2.3 on a G4 running OS 10.2.4
I've written an upload page using PHPwhich worked fine during my testing--until I tried to upload a file larger than 2MB.
I looked in my PHP.ini file and found the max post size and upload_max_filesize and adjusted them to 10MB.
The problem is that when I run phpinfo(), upload_max_filesize is still set to 2MB.
I've restarted apache, and rebooted the machine, but to no avail.
I'd suspect that it was not reading the file at all, except that other settings such as y2k_compliance do change when I edit the configuration file.
any sugestions?