Answer the question
In order to leave comments, you need to log in
How to upload an image from a link?
Is it possible to organize the download of a picture from a third-party site using a link to the picture, for example www.nokiaplanet.com/uploads/posts/2015-11/14488818... Here on this one.
Answer the question
In order to leave comments, you need to log in
1. Option
Option 2
$image = file_get_contents("http://site.ru/image.jpeg");
$save = file_put_contents('/path/to/image.jpeg', $image);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question