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
    • 317
    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

    <?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
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: