You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Supersedes / closes #250
The text was updated successfully, but these errors were encountered: