Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to maximise the maximum size of POST in PHP

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 362
    Comment on it

    If your form sending much more POST request than the default size and you want to increase the size of POST then see the steps:-

    Open the file php.ini you can file the location of file from exicuting the PHP line below

    1. <?php phpinfo(); ?>

    Now open the file and edit this to the values as given below:-

    post_max_size=20M upload_max_filesize=20M

    Now restart your server and it'll work

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: