Changing maximum upload size
-
Hi!
I’m trying to install some plugins but I get this message all the time, “The link you followed has expired.”, I suppose it is because my maximum upload size is 2MB and the plugin’s zip is 12MB, the problem is that I can’t find a way to change the maximum size to 12MB…I’ve tried searching on functions.php, on my FTP but when I create a VAR for the maximum upload size nothing happens…
Someone told me that I need to check max_input_vars, max_execution_time & memory_limit, is there anywhere on wordpress panel to check that?
Do I have any chance putting this somewhere?:
@ini_set( ‘upload_max_size’ , ‘256M’ );
@ini_set( ‘post_max_size’, ‘256M’);
@ini_set( ‘max_execution_time’, ‘400’ );Thanks in advance!!!
- The topic ‘Changing maximum upload size’ is closed to new replies.