Forum Discussion

YoussefEhab's avatar
YoussefEhab
Contributor
5 years ago

Upload file using http.client.request

Hello,  How can I upload a file by making a POST request through http.client.request("") In other words, how can I set the request body with form data as my API is expecting multipart/form-data...