BerlinCoder Member Licensed User Apr 18, 2017 #1 Hi, how can I download a link which has an image or the other kinds of files such as PDF, Text or voice and etc? Actually I want my users click on a button and then download and open the link..?
Hi, how can I download a link which has an image or the other kinds of files such as PDF, Text or voice and etc? Actually I want my users click on a button and then download and open the link..?
Erel B4X founder Staff member Licensed User Longtime User Apr 19, 2017 #2 You should use iHttpUtils2. See the tutorial: https://www.b4x.com/android/forum/t...-services-are-now-even-simpler.18992/#content (it is a B4A tutorial but it is identical). Upvote 0
You should use iHttpUtils2. See the tutorial: https://www.b4x.com/android/forum/t...-services-are-now-even-simpler.18992/#content (it is a B4A tutorial but it is identical).
BerlinCoder Member Licensed User Apr 19, 2017 #3 Thank you Erel, what about open it? is there any similar method like intent in b4a? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 19, 2017 #4 It depends on the type of file. You can use WebView to show html, pdf or images. Other files: https://www.b4x.com/android/forum/pages/results/?query=b4i+open+file Upvote 0
It depends on the type of file. You can use WebView to show html, pdf or images. Other files: https://www.b4x.com/android/forum/pages/results/?query=b4i+open+file