I have project in which I need to get file name and size of file at some remote server. I have URL for example http://www.example.com/picture.png. It’s easy to get file name, I just pick last part of URL, but I have no idea how to get file size. Any ideas how can i get it?
↧