RE: More Streaming Woes....

"Bruce M. Walker" <[email protected]> Mon, 19 Aug 2002 09:49:20 -0400 (EDT)
Newsgroups gmane.comp.apache.mod-mp3
Message-ID <[email protected]>
Quoting "Disnard, Jon" <[email protected]>:
> 
> Interesting. =)
> 
> In this instance your placing the content-disposition after the
> content-type, and that makes sense since your also using the optional
> 'file=' thingy. I bet this has something to do with why I had to move
> the disposition header before the type header, and I just didn't know
> it. I might have to try this myself some day. The http 1.x spec reads
> like it wants the 'type' header before the 'disposition' header, so I
> like this way. =)
> 
> Do the quotes really have any impact in browser behaviors? I wouldn't
> think so, less there was a var inside the quotes?

It's not *supposed* to make any difference, but while doing much playing with
NS7/Mozilla and IE6 recently, I found it does.  'Course I haven't been doing
careful regression testing, so they might turn out to be useless, but at worst,
adding quotes is harmless. :-)

-bmw