Lewis Lu
0
Q:

htaccess increase upload size

@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'max_execution_time', '300' );
0
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
0
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
0

New to Communities?

Join the community