I have a image located in my folder while showing front end i want to check that size if file size is zero i want to show media is not found.
if(fileSize!=0)
{
<li class="message left appeared"><div class="text_wrapper"><div class="text"><img src="/public/images/abc.png" style="width:400px;"></div></div></li>
}
else
{
media is not found
}