Around 20 Meg
by in CodeSOD on 2022-08-08Michael was assigned a short, investigatory ticket. You see, their PHP application allowed file uploads. They had a rule: the files should never be larger than 20MB. But someone had uploaded files which were larger. Not much larger, but larger. Michael was tasked with figuring out what was wrong.
Given that the error was less than half a megabyte, Michael had a pretty good guess about why this was.