I'm using .NET so I added this before setting the content-type and
finally binarywrite-ing it:
Response.AddHeader("Content-Disposition",
"attachment;filename=""song.mp3""")
but it didn't work. Do you have any idea where could i have messed up?
Hertanto
--- In wmlprogramming@yahoogroups.com, "Juan Nin" <juanin@...> wrote:
>
> Verizon does not support direct content download.
> They use a kind of mix between Wap Push and MMS.
>
> You send a Wap Push to the phone, and then a Verizon Proxy connects to
> the URL with a fake user-agent emulating the phone (it's not the real
> user-agent, it's a user-agent by verizon, but most are already in
> WURFL), the proxy downloads the content and then pushes it to the
> phone.
>
> On this case you can and SHOULD use the "Content-Disposition" header
> to specify the filename.
>
> Regards,
>
> --
> Juan Nin
> 3Cinteractive / Mobilizing Great Brands
> http://www.3cinteractive.com
>
>
> On Tue, Sep 2, 2008 at 3:17 PM, hertanto_i <hertanto_i@...> wrote:
> >> So no "Content-Disposition" header must be sent, or some phones
> > won't > work.
> >> And you need a URL like "http://wap.mydomain.tld/get/ringtone.mp3"
> >> where you include the filename and extension, or some won't work
> >> either.
> >
> > How do you include the filename and extension for delivering binary
> > content, like for Verizon?
> >
> > Btw, thanks for all your help.
> >
> > Hertanto
> >
> >
>
>
>
> --
> Juan Nin
> 3Cinteractive / Mobilizing Great Brands
> http://www.3cinteractive.com
>