Jump to content

Recommended Posts

Posted

It's defined in php.ini (or .htaccess) using "post_max_size". And "upload_max_filesize" must be enough also.

Hmm, I wonder why is it "post_max_size" that's used here anyway? Maybe smaller of those two should be reported out?

  • Like 1
Posted

If I recall correctly, post_max_size includes not just file size, but other post data as well. So it should be at least equal to, but preferably higher than the upload_max_filesize.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...