Reputation: 327
In my web site i make link like<a href="test.txt">DOWNLOAD</a>
. And when 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!
Upvotes: 0
Views: 460
Reputation: 2415
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.
Upvotes: 0