head /file.ext http/1.1<br>
<br>
That will return the file header to you. The content-length variable that gets returned with the header will tell you the file size, in bytes.<br>
<br>
ie:<br>
HTTP/1.1 200 OK<br>
Content-Length: 12085<br>
Content-Type: text/html<br>
<br>
Hope this helps,<br>
Matt(AA)<br>
<br>
: How can I ask through a HTTP protocol a file size????<br>
: <br>
<br>