Nico Knoll Posted September 27, 2012 Share Posted September 27, 2012 Hi, I'm getting this error: Is there a way to raise the max file size? Greets, Nico Link to comment Share on other sites More sharing options...
nik Posted September 27, 2012 Share Posted September 27, 2012 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? 1 Link to comment Share on other sites More sharing options...
Nico Knoll Posted September 27, 2012 Author Share Posted September 27, 2012 Found it. It's in the php.ini Link to comment Share on other sites More sharing options...
ryan Posted September 28, 2012 Share Posted September 28, 2012 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now