Describe:
A download link on a network, access in the browser will download a picture, how to use PHP script to access this link, and then save the downloaded image to the local designated folder?
Try to use curl and file_get_contents, have no success, ask a master, paste a demo to observe and learn
https://clarks.scene7.com/is/image/clarks/download/26085012_A
Reply content:
Describe:
A download link on a network, access in the browser will download a picture, how to use PHP script to access this link, and then save the downloaded image to the local designated folder?
Try to use curl and file_get_contents, have no success, ask a master, paste a demo to observe and learn
https://clarks.scene7.com/is/image/clarks/download/26085012_A
PHP access to HTTPS site requires OpenSSL support enabled
Picture? The General browser will download it yourself.
For example, you HTML side of the resource address to the HREF attribute of a, then you click on the link, it is downloaded directly.
If you do not use such a mechanism, to write your own, the picture can be transferred to Base64 information, transferred to the local.