If a user tries to post a file bigger then the MAX_FILE_SIZE this kind of warning will show up:
<br>
<b>Warning</b>: Max file size of 2097152 bytes exceeded - file [somefile] not saved in <b>Unknown</b> on line <b>0</b><br>
Since this appear before everything else (even before we can send an header), it's very boring to deal with.
If possible i would like to know:
- How i catch that warning and stop it?