| > A better implementation is to use a combination of
> techniques...if not checking for <HTML>, then check
> the file to see if it matches the type implied by the
> extension. (I.e. Read beginning of 'ZIP' file; IF
> first 2 bytes do not equal 'PK', THEN save as
> 404filename.zip.html) (Do similar tests for other
> file types like RAR, etc)
haha, I guess something like that would work, but it sure gets complicated,
eh! :-) | |