BIG file upload!

Posted on 16th Feb 2014 by admin

Hey guys!

I'm trying to upload a file, it works well with smaller files but with 60mb+, I get a POST size error even though I've raised POST max size:

Code: ini_set( 'post_max_size', '500M' );
This error is saved as an error log:
Code: [09-Jan-2010 22:58:16] PHP Warning: POST Content-Length of 64635880 bytes exceeds the limit of 16777216 bytes in Unknown on line 0
In "Unknown"? Haha! Wooo! Where am I supposed to look for?
I guess I should raise POST limit directly in php.ini then?

Thanks for the advise

Other forums