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