Multipart/mixed for many inline images (was Re: Toward Closure on HTML)

marca@eit.COM (Marc Andreessen)
Errors-To: listmaster@www0.cern.ch
Date: Sat, 9 Apr 1994 07:05:03 --100
Message-id: <199404090501.FAA05922@threejane>
Errors-To: listmaster@www0.cern.ch
Reply-To: marca@eit.COM
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: marca@eit.COM (Marc Andreessen)
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Multipart/mixed for many inline images (was Re: Toward Closure on HTML)
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 571
Chris Lilley, Computer Graphics Unit writes:
> Could you elaborate? It seems to me that they can. If a link is of the form 
> 
>   http://site/path/blah.html     its an html file
>   http://site/path/blah.tif      its an image, etc.

No, we backed way off from that for HTTP/1.0, and it seems to be
working well.

> All a browser would have to do is detect that the link it is about
> to follow is to an html file, 

Can't be done without at least establishing a connection and doing a
HEAD.  And it's a waste to incur that expense when there are easier
solutions.

Marc