DS
Size: a a a
DS
DS
DS
V
DS
DS
🇧
🇧
S
DS
S
РА
$file = '1.png';
$postdata = array('upload' => $file);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://telegra.ph/upload');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, false);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $postdata);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 300);
echo curl_exec($ch);
curl_close($ch);