yolen
03/04/2018, 4:54 PMdata =aiohttp.FormData()
data.add_field('data', open('../docs-to-upload/page2.html','rb'), filename='Jens.html', content_type='text/html')
async with <http://session.post|session.post>(url, data=data) as response:
return await response.text()