upgrade upload_max_filesize
currently show 2M
i Want To 50M
php.ini code
upload_max_filesize=30M;
.htaccess file code
php_value upload_max_filesize 30M
but these file is not work
if i upload .htaccess file then show 500 server error .
please sol this problem thanks .