RE: How to find the length of a pdf file on the internet

2003-10-30 Thread Messenger, Mark
PMTo: [EMAIL PROTECTED]Subject: How to find the length of a pdf file on the internet I have written a small spider which checks a database of webpage addresses for validity.   It returns the length of a web-page in bytes (supposedly), but I cannot get it to return the correct lengt

How to find the length of a pdf file on the internet

2003-10-30 Thread RWAPSoftware
I have written a small spider which checks a database of webpage addresses for validity.   It returns the length of a web-page in bytes (supposedly), but I cannot get it to return the correct length of a PDF file web address   Code is basically:       local ($PageToFetch, $httpname);       [EMAIL