I am trying to change the post_max_size from 3M to 100M, i also changed the upload_max_filesize but it's not working, cause when i print echo ini_get('post_max_size'); i always get 3M.
What else Do i have to change in php.ini in order to increment post_size?
This is for a html form which has an input type file, It works fine with files with sizes less than 3m
NOTE: I am using WAMP SERVER