Ciao a tutti,
sono un paio d'anni che ho un software che scarica un file txt da un ftp e lo elabora il codice è il seguente
Dim nome, nome1 As String
nome= txt_gara.Text &"_" & lst_discesa.SelectedItem & ".txt"
nome1="/public_html/directory/" & txt_gara.Text &"_" & lst_discesa.SelectedItem &...
I followed this thread
https://www.b4x.com/android/forum/threads/how-to-go-back-in-webview-and-how-to-download-pdf-file.66546/
And my code is:
Sub WebView1_OverrideUrl (Url As String) As Boolean
If Url.EndsWith(".pdf") Then
Dim j As HttpJob
j.Initialize("pdf", Me)...
Hello,
I tried to use OkHttpUtils2 to download a file from a link (trying to download file named "rec.zip")
Dim d As HttpJob
d.Initialize("", Me)
d.Download(link)
Wait For (d) JobDone(d As HttpJob)
If d.Success Then
If...
Hi,
I have seen an app (frankly, its readwhere) which downloads the file in background even when the app is not activated. Also once you open the app, it shows the progress of download in the app. If you are initiating a download from the app, it continues showing the download progress in...
My iOS application requires downloading a sqlite file every time the user login.
I do not know which is the best option:
- Download the file from a remote server -or-
- Use Firebase -or-
- ¿are there other options?
Thanks for your help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.