I want to change the post_max_size in live server, for that I have created a file say .htaccess with following data
php_value post_max_size 100M
and placed this .htaccess file in root folder of the project.
This worked in local but not working at live Server. Where did I make mistake, please suggest me in right way to increase the post_max_size in live server.