木大酱
Results
2
comments of
木大酱
I used python-multipart solved. ```python from multipart import parse_form ... body = BytesIO(bytearray(request.body)) def _on_filed(_field): pass def _on_file(_file): with open(_file.file_name, "wb") as f: f.write(_file.file_object.getbuffer()) headers = { 'Content-Type': request.headers.get("content-type"), 'Content-Length':...
back to v0.19.4 will ok