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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摑 Remove note about (now supported) feature from Swagger UI in docs/en/docs/tutorial/request-files.md #2803

Merged
merged 3 commits into from Oct 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/en/docs/tutorial/request-files.md
Expand Up @@ -127,13 +127,6 @@ To use that, declare a `List` of `bytes` or `UploadFile`:

You will receive, as declared, a `list` of `bytes` or `UploadFile`s.

!!! note
Notice that, as of 2019-04-14, Swagger UI doesn't support multiple file uploads in the same form field. For more information, check <a href="https://github.com/swagger-api/swagger-ui/issues/4276" class="external-link" target="_blank">#4276</a> and <a href="https://github.com/swagger-api/swagger-ui/issues/3641" class="external-link" target="_blank">#3641</a>.

Nevertheless, **FastAPI** is already compatible with it, using the standard OpenAPI.

So, whenever Swagger UI supports multi-file uploads, or any other tools that supports OpenAPI, they will be compatible with **FastAPI**.

!!! note "Technical Details"
You could also use `from starlette.responses import HTMLResponse`.

Expand Down