How to post file data / upload file using requests? I can;t find any documentation on this. Like in `HttpRequest`, we have a method called `addPostFile()`
How to post file data / upload file using requests? I can;t find any documentation on this.
Like in
HttpRequest, we have a method calledaddPostFile()