Images and script hosted on the same account (one site).
We know direct link to each image:
$image = "http://site.com/images/full-1091.jpg"
How can we get the size of this file?
Like:
{ do something with $image and get $image_size }
echo $image_size;
Its better to format $image_size
like "156,8 Kbytes" or "20,1 Mbytes".
Thanks.