我需要使用Postman将图像文件发送到Flask服务器。我确实使用网络浏览器和“渲染模板”发送了图像文件。但是当我使用Postman尝试相同的程序时,显示 "method not allowed"
"method not allowed"
。
我也尝试过/ upload,但是它说 "bad request"
"bad request"
python flask-restful postman
flask-restful ×1
postman ×1
python ×1