EMAIL REMOVED wrote:
> I'm writing links to server generated content. (Content is in
> protected directory and then rewritten to a public place)
>
> I'm writing a header like this:
>
> Content-Disposition: inline; filename=my _mp3.mp3
> Content-type: audio/mpeg3
>
> mp3 content here....
What if you try:
Content-Disposition: inline; filename="my _mp3.mp3"
Content-Type: audio/mpeg3
Note the quotes and a fixed capital in Content-Type.
Furthermore: are you sure there should be a space in there?
Grtz,
--
Rik Wasmus