Posted by DANN
Hello guys
I'm trying to build small WAP page with download feature (e.g. ringtones in imy format). So I wrote small ASP script which is changing MIME type before sending of file to phone.
In my XHTML WAP page, which is working fine I'm using:
| Code: |
|
where save.asp looks like:
| Code: |
|
The problem is when I click in MSIE at Simpsons link, download dialog appears and offers me right filename - simpsons.imy, BUT when I download this file thru wap browser of my T68i, the melody is always saved with name of ASP script - SAVE. Do you know any solution ??
For my WAP page look at http://www28.brinkster.com/ericssony/
Can anyone give me an advice?