How can i check the file size of a file on a remote server?

    I would also like to know how to do this... If anyone finds out... please tell me!

      filesize() function will not work on remote files; the file to be examined must be accessible via the server's filesystem.

        So there is not other way to find the size of a remote file?

          Write a Reply...