Forum Moderators: coopster
Wierd one, hope someone can help out....
I have a script which takes a zip file and decompresses it and does some other stuff to it, no problems there. However, when I give a zip file over about 1.8Mb the $_FILES array has a size 0. Files under that size are fine though.
Now the obvious one is to increase the max_upload_size in php.ini, which I set up to 100M (testing server) and still have the same problem! I restarted the server and checked phpinfo to verify the 100M was in effect btw, so I cant think of any other silly thing I missed :)
Any ideas anyone?