Closed
WyriHaximus
changed the title
[WIP] Respect MAX_FILE_SIZE POST field and upload_max_filesize ini setting
[WIP] Respect MAX_FILE_SIZE POST field in MultipartParser
WyriHaximus
changed the title
[WIP] Respect MAX_FILE_SIZE POST field in MultipartParser
Respect MAX_FILE_SIZE POST field in MultipartParser
| if ($this->maxFileSize !== null && $bodyLength > $this->maxFileSize) { | ||
| return new UploadedFile( | ||
| Psr7\stream_for(''), | ||
| 0, |
|
|
||
| if ($body == '0') { | ||
| $this->maxFileSize = null; | ||
| } |
clue approved these changes Nov 23, 2017
jsor approved these changes Nov 23, 2017
clue
mentioned this pull request
Merged