Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # FastAPI Error ## Error getting request body: 'utf-8' codec can't decode byte 0x89 in position 158: invalid start byte To receive uploaded files, first install python-multipart. E.g. pip install python-multipart. This is because uploaded files are sent as "form data". open/fastapi-error.txt Last modified: 2024/10/05 06:15by 127.0.0.1