Skip to content

Increase the maximum limit for POST requests and uploaded files#1281

Merged
joaquinvanschoren merged 1 commit intodevelopfrom
increase-upload-size
Jan 22, 2026
Merged

Increase the maximum limit for POST requests and uploaded files#1281
joaquinvanschoren merged 1 commit intodevelopfrom
increase-upload-size

Conversation

@PGijsbers
Copy link
Copy Markdown
Contributor

@PGijsbers PGijsbers commented Jan 22, 2026

Not sure what a good new limit would be.

Comment thread docker/config/php.ini Outdated
; is disabled through enable_post_data_reading.
; https://php.net/post-max-size
post_max_size = 8M
post_max_size = 3G
Copy link
Copy Markdown
Contributor Author

@PGijsbers PGijsbers Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for the entire POST request. Which maybe include multiple files (each of upload_max_filesize max) as well as other request elements.

@PGijsbers PGijsbers force-pushed the increase-upload-size branch from c13e06b to 1dd066a Compare January 22, 2026 13:31
@joaquinvanschoren joaquinvanschoren merged commit 745dbb6 into develop Jan 22, 2026
@josvandervelde josvandervelde deleted the increase-upload-size branch January 23, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants