Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7714681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:11:32+00:00 2026-06-01T02:11:32+00:00

my php.ini values upload_max_size = 14000M post_max_size = 14000M if i increase value more

  • 0

my php.ini values

upload_max_size = 14000M
post_max_size = 14000M

if i increase value more than 14000M, $_POST can’t be accessed and using that value i can upload a file of 1.5GB only and can’t upload a file of 2.14GB.

Here i have three questions

  1. What should i do so $_POST array also keep in working and i can also
    upload a file of 2.14 GB.
  2. Why $_POST is not working when i exceed
    value more than 14000M
  3. 14000M should mean 14GB, isn’t so? if so
    then why i can’t upload file of 2.14GB
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T02:11:34+00:00Added an answer on June 1, 2026 at 2:11 am

    i found answer to my question after 2 days work.
    This is a bug in PHP which allow us to put *_max_size = 14000M and don’t allow us to upload a file of 14000MB.

    Reference https://bugs.php.net/bug.php?id=35578

    We can’t upload file for more than 2047MB, so following values are meaning less

    upload_max_size = 14000M
    post_max_size = 14000M
    

    and should be converted to its maximum value like

    upload_max_size = 2047M
    post_max_size = 2047M
    

    So now you can upload about 1.99GB File

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

using Fast CGI I can't get it to read the php.ini file. See my
I am trying to read some settings from php.ini using zend. The API that
Should ZF and PHP have the same path to include in php.ini, or can
Can we get variable name('PHPSESSID') defined php.ini through some function in PHP? I know
Can I set the max_input_vars PHP.ini directive in my code? I have it set
I'm using PHP 5.3.0 and have encountered something that might be a bug (in
I found the following code in php.ini . what does that mean? And PHP
http://www.php.net/manual/en/session.configuration.php#ini.session.cookie-lifetime says that a session.cookie_lifetime of 0 goes until the browser is closed. Is
Is it possible to set php.ini values from within PHP? Optimally with a limited
've registered xdebug in php.ini (as per http://xdebug.org/docs/install ) but it's not showing up

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.