How to increase file upload limit in phpmyadmin/wordpress or any other related web application

first locate the php.ini using http://gabhi.com/where-is-my-php-ini/

then update following values in the php.ini to suit your need

post_max_size = 8M
upload_max_filesize = 2M

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>