| Hi,
I am having a problem downloading image files (JPG) of the form :
<http://www.mysite.com/subdir/showpic.php3?id=23456&name=foo>
I have setup PHP3 to be 'image/jpeg' in MIME types (I am trying to capture
only pictures, giving a URL list in a text file).
However, the files, though downloaded with extension '.jpg' are all only 4
bytes in length. I noticed on viewing a JPG file using a Hex Editor that the
fifth byte is actually a NULL character (ASCII 0), and could be treated as EOF
- but that should be only for text files, no ?
I am using HTTrack version 3.20 RC6 (with RC1, I was still getting the same 4
bytes, but in a file with extension .HTML - so on reading some of the other
posts, I upgraded).
Please help.
Regards,
Pacman | |