javascript - Is there way to check the file size in ejs? -


i have image located in folder while showing front end want check size if file size 0 want show media 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 not found     } 


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -