POST data disapearing on large file upload
- by DfKimera
I'm having issues with a file uploading utility in my PHP application. When sending large files (9MB+) over the form, I get a very odd behaviour: the POST data I've included in the form dissapears, including the file information.
I've already increased all PHP limits I could (time limit, max input time, post max size, memory limit and upload max…