On Thu, Mar 22, 2001 at 10:21:11AM +0100, Erwin LEUBAZ wrote:
> 
> 
> > -----Original Message-----
> > From: Emiliano [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, March 22, 2001 10:12 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [midgard-user] Problem with document attachment on IE5
> 
> > > Is some body have the universal solution to serv midgard
> > attachment with all
> > > internet browser.
> > >
> > > the use of :
> > >
> > >    mgd_serve_attachment($argv[0]);
> > >    exit;
> > >
> > > Work well with Netscape 4.76 and more but no way with
> > Microsoft Internet
> > > Explorer 5 and 5.5.
> >
> > There was a problem with IE 4.something that may not have been fixed
> > in the 5 series: IE would _ignore_ the mimetype sent with the file but
> > would do a match on the 'extension' of the URL to determine its
> > mimetype. What do your URLs look like?
> >
> 
> The URL is like this :
> https://www.company.com/help/intranet/attachment/did/44

perhaps you could add the name of the attachment to the URL:
https://www.company.com/help/intranet/attachment/did/44/document.pdf
this should do the work - at least if the name has a correct extension.

> 
> Must I use https://www.company.com/help/intranet/attachment/did/44.pdf after
> a php check of the type of the document.
> 
> Or do you have the code solution.
> 
> Thanks
> 
> Erwin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to