Arama sonuçlarınız

  1. Tabut

    Curl ile Twitpic sitesine resim upload etmek

    $file = $_FILES['media']; if (!in_array($file['type'], array('image/png','image/jpeg','image/gif'))) { [/B] echo '<span style="color:#CC0000;">Not a valid file type, please upload PNG, JPEG or GIF images only.</span>'; exit; } $postfields = array(); $postfields['username'] =...
Üst