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…