Open exzant opened 6 years ago
How to upload photo/video using Proxy ?
Try adding curl_setopt($ch, CURLOPT_PROXY,$proxy); in the curl's you're using $proxy = ip:port
curl_setopt($ch, CURLOPT_PROXY,$proxy);
$proxy = ip:port
Hello, could you explain where I can insert this line?
How to upload photo/video using Proxy ?