python上传时,包含boundary时的处理方式
img_url = []
upload_pic_url = "http://admin.mdt.oujingroup.cn/uploader/img"
headers = {
'X-Requested-With': 'XMLHttpRequest',
}
img_file = open(name, 'rb')
multipart_encoder