This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | Max Upload File Size filter | |
| |-------------------------------------------------------------------------- | |
| | | |
| | Check if a user uploaded a file larger than the max size limit. | |
| | This filter is used when we also use a CSRF filter and don't want | |
| | to get a TokenMismatchException due to $_POST and $_GET being cleared. |
NewerOlder