Upload File Size

I’m going bonkers…

I’m using Version 5.2.14 and trying to upload a file selected by the user via an <input type=file…

The php.ini file orinally had…
post_max_size = 20M
upload_max_filesize = 2M

No matter what I do, I cannot make PHP recognise modified values for these variables and consequently, the largest file I can upload is 2 megs.

I can see other changes to the ini file represented when I call phpinfo() but not to either of the 2 mentioned above.

I’m sure I’m missing something obvious (like a brain) but any help would be much appreciated.

Thanks in advance…

Incredible !

All the other changes I made to php.ini became valid after I stopped and restarted IIS. The 2 I have a problem with do not.

As last ditch effort and in temper more than use of logic, I shut the server down and rebooted. Miraculously the PHP changes were implemented :o

Another example of Microsoft Magic :’(

Happy at last…

Sponsor our Newsletter | Privacy Policy | Terms of Service