In my web site i make link like<a href="test.txt">DOWNLOAD</a>
. And w开发者_JAVA百科hen i open this site on my Android phone and click on link, standart browser opens txt file. I want to download file and not open.
What i may to do for that?
Thanks!
I think you need to set MIME type set on your server setting.
By default, the text.txt is linked with a viewer hence if will download and open.
Secondly, it would be stored in downloads folder on your sdcard.
精彩评论