Open kairi003 opened 3 years ago
This patch updates the upload() method to upload raw binary file. In line with this, the make_request() method is used to migrate the file-like object of data['image'] to the files dict when necessary. fixes #99
This patch updates the upload() method to upload raw binary file. In line with this, the make_request() method is used to migrate the file-like object of data['image'] to the files dict when necessary. fixes #99