Upload Files using PHP CURL
Recently I was working on one REST API, in which I was sending API request using cURL and to send parameters I was using POST method. In one of the API request I wanted to send or upload a file through cURL, so I started working and got the solution for the same. Below is […]
Read More