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
    • 1
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 105
    Comment on it

    Welcome to findnerd, today we are going to discuss How to increase maximum size of POST in PHP ?

    If you want to increase the size of POST for sending much more POST request, then
    you have to follow bellow given point.

    There are 2 different places you can set it:

    1-You have to open php.ini file write php line that given bellow:

    post_max_size=20M
    upload_max_filesize=20M
    

    Now restart your server then change will work, because php.ini require srver restart

    2-.htaccess file you have to write bellow php line code

    php_value post_max_size 20M
    php_value upload_max_filesize 20M
    

    .htaccess will not require a server restart.

 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: