标签: python python-3.x api flask-wtforms
我有一个api端点,可以在其中获得
<FileStorage: 'test_image.png' ('image/png')>
我需要将test_image.png发布到另一个端点。 我在上述操作中使用了request和httpclient,但是由于输入的文件类型为FileStorage,因此出现错误。