|
@ -1,5 +1,12 @@ |
|
|
You can define files to be uploaded by the client using `File`. |
|
|
You can define files to be uploaded by the client using `File`. |
|
|
|
|
|
|
|
|
|
|
|
!!! info |
|
|
|
|
|
To receive uploaded files, first install [`python-multipart`](https://andrew-d.github.io/python-multipart/). |
|
|
|
|
|
|
|
|
|
|
|
E.g. `pip install python-multipart`. |
|
|
|
|
|
|
|
|
|
|
|
This is because uploaded files are sent as "form data". |
|
|
|
|
|
|
|
|
## Import `File` |
|
|
## Import `File` |
|
|
|
|
|
|
|
|
Import `File` and `UploadFile` from `fastapi`: |
|
|
Import `File` and `UploadFile` from `fastapi`: |
|
|