Make a file name .htaccess
inside the .htaccess
wirte
//Change default upload size
Save and upload
How to i test it ??
make a php file and type
and upload to server and see
inside the .htaccess
wirte
//Change default upload size
Code:
php_value post_max_size XXM
php_value upload_max_filesize XXM
How to i test it ??
make a php file and type
Code:
<?php
echo ini_get('upload_max_filesize');
?>