php_ini<

liunx

Guest
help! I try to change some stuff in the php.ini file, but nothing is happening...

Have the same problem as in the post before. When I upload a file, I get the "Exceeded upload_max_size" or what it was called. So I changed it to 705M, but it still says the same! I've read that I need to change other stuff too, like the post size and some time stuff, but I now found the problem, but still need a solution, becouse I just dont get it.

When I in the PHP script uses the get_ini() thing, it says that the max upload size is 2M...(the default). Why is it still 2M, when just I changed it?? I've tried to restart the Apache server, even my computer, but nothing helps...are you changing it on your host or your local machine?

if it is local them make sure you copy the ini file to the windows diretory if you do not edit that one. and yes you have to restart apache in order to set it.
 
Back
Top