We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to upload an image on 13 MB I get an HTTP error 413
{ "type": "about:blank", "title": "Payload Too Large", "status": 413, "detail": "Maximum upload size exceeded", "instance": "/api/studies/b7a4d433-c267-4d2c-b182-67bbbc37279b/files", "properties": null }
We should be able to upload files & images.
The text was updated successfully, but these errors were encountered:
This is defined in application.yml under spring.servlet.multipart.maxfile-size and max-request-size.
application.yml
spring.servlet.multipart.maxfile-size
max-request-size
change this on environment specific yml files and re-deploy once we agrees to a new maximum. ps: consider videos also
Sorry, something went wrong.
No branches or pull requests
Trying to upload an image on 13 MB I get an HTTP error 413
We should be able to upload files & images.
The text was updated successfully, but these errors were encountered: