Closed
Description
Now that we've started offering a way to parse incoming request bodies (#220 and #226), we may want to look into supporting PHP's default ini settings to control this behavior.
For example, these are the relevant default settings on my Ubuntu box:
file_uploads On
max_file_uploads 20
upload_max_filesize 2M
max_input_nesting_level 64
max_input_vars 1000
Supersedes / closes #250