Page 1 of 1

Need help with ini_set

Posted: Mon Feb 22, 2010 9:39 am
by Shylux
I try to increase the maximum upload size.
Here is the code:

Code: Select all

ini_set('memory_limit', '1024M');
ini_set('post_max_size', '1024M');
ini_set('upload_max_filesize', '1024M');
ini_set('max_execution_time', '120');
ini_set('max_input_time', '120');
Unfortunately it didn't work... :banghead:
Can someone tell me what i have to do to solve that problem?

Re: Need help with ini_set

Posted: Mon Feb 22, 2010 9:55 am
by AbraCadaver