3/10 A basic question: when a server receive a GET request for some
non-ascii file, say a .swf, .gif, or .jpeg, will it send out
the binary stream, or in MIME base 64 format? I realize my
question might not make sense and would appreciate some url
that quickly enlightens me. Thanks.
\_ telnet://localhost:80 (assuming that by "server" you mean "web
server")
\_ The server sends all of the interesting headers, including the
Content-type: header, and then the file, as it exists on the
disk. --dbushong |