Witam
Chciałbym by moj skrypt zapisywal obrazki na moj serwer
moj kod:
$obrazek="thumbs/".$ii.".jpg";
$f = fopen($obrazek, "wb");
$dane_dlugosc = remote_filesize($urls);
$img = fopen($urls, "wb");
fwrite($f, $img, $dane_dlugosc);
fclose($f);
w $urls jest dokładny link do obrazka, chce go zapisac na moj serwer
gdy wywoluje moj skryptpisze blad: Warning: fopen(http://www.bigtithound.com/pt=scrg11227/FreeBabes/Gallery001_Monique/07.jpg): failed to open stream: HTTP wrapper does not support writeable connections. in /usr/www/virtual/lucas131/www.hollygalleries.com/pob_thumb/pob_thumb.php on line 154
Co zrobic by zapisac plik jpg na serwer?