I am using Android 1.5
I am trying to download mp3 via URL link, but instead of download proccess I get auto-play via the webkit.
I do want to download the mp3 file, not to play it straightly from the browser.
Any idea how could I solve this?
thanks,
ray.
Send an HTTP
Content-Dispositionheader, like this:You can also set the MIME type to
application/force-download, but that shouldn’t really be necessary.