I have a problem trying to copy the image from this link into my local directory.
You can find 2 other images with the same problem:
First http://awards.createdirect.ro/thumb/900/900/image/award/v1/Despre%20Spa%20200.jpg
Second http://awards.createdirect.ro/thumb/900/900/image/award/v1/Despre%20Spa%20300.jpg
With any other image works ok but when I'm trying to copy this one the image is corrupt.
Right now I'm using the copy()
function from php.
I've also tried with file_get_contents / file_put_contents
but it's the same thing.
Any ideas?