I am trying to upload a file with PUT using the requests module in python. my code is this: with open(file, 'rb') as payload: r = requests.put(url, ...
確定! 回上一頁