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

feat: allow string fields in MultipartFormFiles #695

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

b-kamphorst
Copy link

Introduces ability to document, allow, and use fields of type string within MultipartFormFiles. Validation is limited to checking existence of the field in the form, and ensuring that at most one field with that name exists. In particular, requirements such as minLength are not considered.

Relates to #694.

@b-kamphorst b-kamphorst force-pushed the feat-allow-string-fields-in-multipartformfiles branch from b58a5c7 to 12f5f0e Compare December 31, 2024 11:20
@b-kamphorst b-kamphorst marked this pull request as draft January 2, 2025 08:28
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