Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how increase php upload size in wordpress

@ini_set( 'upload_max_filesize' , '128M' );
@ini_set( 'post_max_size', '128M');
@ini_set( 'memory_limit', '256M' );
@ini_set( 'max_execution_time', '300' );
@ini_set( 'max_input_time', '300' );
Source by help.servmask.com #
 
PREVIOUS NEXT
Tagged: #increase #php #upload #size #wordpress
ADD COMMENT
Topic
Name
3+8 =