Read actual filename from image which is coming over post using python server

后端 未结 0 971
渐次进展
渐次进展 2020-12-08 04:17
from aiohttp import web

data = await request.post()
img = data.get(\'image\').file
print(img)

Here i am trying to read image file over http from po

相关标签:
回答
  • 消灭零回复
提交回复
热议问题