Need help for download link not working
I am developing , nokia web tool application ,simply i put download link with href in html but its not working at all on my device.
a href="http://www.abc.com/Mysong.mp3"
I want to download mp3 songs in my application, through download link please help me.:mad:
Re: Need help for download link not working
Post the whole piece of HTML. Then explain what "my device" really is (manufacturer, model), and what, exactly, happens (instead of "not workig at all", describe exactly what's going on, including any and all error messages, word-for-word).
Re: Need help for download link not working
[QUOTE]<body>
<a href="http://www.abc.com/Mysong.mp3">Download
</a>
</body>[/QUOTE]
link a not working as Download Link.
Re: Need help for download link not working
And "not working" means what, exactly? Mind-reading is a difficult art, and is especially unreliable through web forums. When you open the link, what happens? And on which phone model? Does the link work when you use the link/URL using your phone's default web browser (instead of your own app)?
Re: Need help for download link not working
on clicking link ,it plays mp3 song . I want to save it in mobile directory folder through javascript please provide me the code for this fuctionality.
Re: Need help for download link not working
Do you have access to the server that hosts the MP3 files?
I.e. can you run PHP etc. on it?
-Ilkka
Re: Need help for download link not working
yes i can run PHP on it and also have access on it.