Skip to content

Document the maxSize attribute of submission upload configurations - #383

Open
bram-atmire wants to merge 1 commit into
DSpace:mainfrom
bram-atmire:upload-max-size-2848
Open

Document the maxSize attribute of submission upload configurations#383
bram-atmire wants to merge 1 commit into
DSpace:mainfrom
bram-atmire:upload-max-size-2848

Conversation

@bram-atmire

@bram-atmire bram-atmire commented Sep 12, 2026

Copy link
Copy Markdown
Member

References

Description

submissionuploads.md showed the attribute as max-size while the API returns maxSize, and did not say what the value means. It now documents maxSize as the configured limit capped by the REST server's multipart limit, absent when no limit applies, so clients can check a file before sending any data, and mentions the section error error.validation.filesize the backend returns for a larger file.

https://claude.ai/code/session_01HtPYmqfFzg7fmZgovGWP5A

Name the attribute as the API returns it (maxSize, not max-size) and
describe it as the configured limit capped by the REST server's multipart
limit, absent when no limit applies, so clients can check a file before
sending any data.

Relates to DSpace/dspace-angular#2848.

Claude-Session: https://claude.ai/code/session_01HtPYmqfFzg7fmZgovGWP5A
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.

1 participant