Using Java Script we can read a file (selected using type="file") bytes by bytes of any file using myfile = new FileReader();.
This page has a nice example : HTML5 File API read as text and binary
My question is can we do similar stuff using any file which is already hosted in any server like