Browse Source
The HTTP specification for multipart/form-data, defined in RFC 7578, allows both form data and uploaded files in a single request. It does not require files to be before or after form fields. As such, no specific care is to be given to the first field. References: - [RFC 7578](https://datatracker.ietf.org/doc/html/rfc7578) - [FastAPI issue 9116](https://github.com/fastapi/fastapi/discussions/9116) Close #9116pull/11194/head
committed by
Thomas LEVEIL
1 changed files with 3 additions and 4 deletions
Loading…
Reference in new issue