Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: file upload >100MB #606

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

utnapischtim
Copy link
Contributor

@utnapischtim utnapischtim commented Feb 1, 2025

  • flask uses now the MAX_CONTENT_LENGTH to restrict file upload. it is
    possible to set the max_content_length per request. so for this request
    it is set to the configured max file size

NOTE:
needs inveniosoftware/invenio-oauth2server#272

* flask uses now the MAX_CONTENT_LENGTH to restrict file upload. it is
  possible to set the max_content_length per request. so for this request
  it is set to the configured max file size
@utnapischtim utnapischtim marked this pull request as ready for review February 6, 2025 09:02
@slint slint merged commit d28ac8d into inveniosoftware:master Feb 6, 2025
2 checks passed
@utnapischtim utnapischtim deleted the fix-upload-100-mb branch February 7, 2025 12:34
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