hi mn, e đang học python. giờ e đang muốn post 1 file ảnh lên 1 url khác. e f12 xem net work thì data như này.
code e viết ntn
url = 'xxx'
files = {'file': open('img.jpg', 'rb')}
data = {
'file': files
}
api = s.post(url, data=files, headers=headers).json()
// api = s.post(url, files=files, headers=headers).json()
đều báo lỗi từ api là chưa có file nào được up ạ.