Hi,
I have an excel with a column listed with URLs. These URLs would direct me to image files. What I need to do is only verifying if such image file exists. The problem I have now is: Whenever the image does not exist, the website would replace it with "imagenotfound.png", making me really difficult to check for that image existence.
In that case, would it be better to check its output filename instead? How?
Pls kindly help. Thanks.
I have an excel with a column listed with URLs. These URLs would direct me to image files. What I need to do is only verifying if such image file exists. The problem I have now is: Whenever the image does not exist, the website would replace it with "imagenotfound.png", making me really difficult to check for that image existence.
In that case, would it be better to check its output filename instead? How?
Pls kindly help. Thanks.