Nico Knoll Posted September 27, 2012 Posted September 27, 2012 Hi, I'm getting this error: Is there a way to raise the max file size? Greets, Nico
nik Posted September 27, 2012 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
ryan Posted September 28, 2012 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
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