Using Gravity Forms, I have a form where visitors upload fairly large zip files. I've had people complain that the form is broken, and usually have something in my error log like this:
"PHP Warning: POST Content-Length of 71789349 bytes exceeds the limit of 67108864 bytes in Unknown on line 0"
It was my understanding that there wasn't an upload size limit. What can I do to fix this issue?