which when pasted in the address bar of a web browser, it triggers the ope/save/cancel popup question. for example this is what you get with internet explorer. With Chrome it goes directly in the download tabs at the bottom of the page (it does not even ask, it saves directly to the download folder)
I would like to use that address in a B4j or even a B4A application but if I use a webview and load the url nothing happens. is there a way to get that working with the WebView or any other view?
thanks!!
Solution 1:
Use okhttputils2 to download the File directly from this link.
Solution 2: (Note that i only know this is working in B4A. Have not much experience with b4j webview though.)
Use the webview overrideurl event and download the File with okhttputils2.