I suppose it is possible that it could, but remember Outlook is a mail
client, specifically a MIME compliant one (well as much as Lookout is
compliant with anything), which means it has to be able to deal with
multiple attachments in a single request.  But in the case of the
browsers most often they don't deal with multiple responses for a single
request, rather they render a single request assuming that they will
need to make further requests in a live type of session.  

I still don't understand why the HTML file can't request back to a
server for the images? You still only need to provide one file, granted,
and a remote host...

http://danconia.org

> Hi,
> 
> Thanks for responding.
> I need to create that multipart page because I am trying to create a
single html file with a financial analysis which includes pictures and I
don't want to be necessary to send more files to the clients.
> But I was sure that if Outlook Express can read such a page, Internet
Explorer and other browsers will be able to read it for sure.
> 
> Thanks.
> 
> Teddy
> 
> ----- Original Message ----- 
> From: "Wiggins d Anconia" <[EMAIL PROTECTED]>
> To: "Octavian Rasnita" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Tuesday, June 08, 2004 6:18 PM
> Subject: Re: Printing a multipart HTML output
> 
> 
> > > Hi all,
> > > 
> > > Please tell me how can I create a multipart html file that
includes html
> > > text and images.
> > > I know that Mime::Lite can create such a thing for sending an
email with
> > > attachments, but I don't know if it is possible to use it for creating
> > > common HTML pages with multipart content.
> > > 
> > 
> > I was not aware that this was even possible. It does appear that some
> > browsers, specifically in the Netscape class could handle this at least
> > once upon a time.  I found a link through google to chapter 13 of the
> > definitive HTML book from ORA (illegal copyright violation so I will not
> > provide it), that talks about how to do this, specifically in an HTTP
> > push application (like streaming media, etc.) so apparently it can
be done.
> > 
> 
> 



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to