| > The 1KB size is odd though. Are they actually images? Are
> they maybe HTML error pages? It could be that the server
> is returning the wrong MIME type.
Leto, you are right. The server is returning the wrong MIME
type. I just checked the contents of those 1KB file... in
the sample below... the original image file has been
moved... so the wrong MIME type overwritten my downloaded
image file.
In this case, can we do anything to prevent this?
<HTML>
<!-- Created by HTTrack Website Copier/3.16-2 [XR&CO'2002] -
->
<HEAD>
<TITLE>Page has moved</TITLE>
</HEAD>
<BODY>
<META HTTP-EQUIV="Refresh" CONTENT="0;
URL=../../external.html?link=www.muvc.com/404.html">
<A HREF="../../external.html?link=www.muvc.com/404.html"><B>Click
here...</B></A>
</BODY>
<!-- Created by HTTrack Website Copier/3.16-2 [XR&CO'2002] -
->
</HTML>
| |