When trying to upload a file using request.post
and MultipartEncoder
, is it possible that the upload is bad and results in inconsistency between the original file and the received file? Do I need to do any integrity or validity check?
from Is it possible that posting with `requests` and `MultipartEncoder` results in bad transfer or partial upload?
No comments:
Post a Comment