download large file

  1. Sergio Haurat

    Android Code Snippet Check Internet connection + Know connection type (WiFi/Cell)

    SOLUTION HERE https://www.b4x.com/android/forum/threads/b4x-sp-inetstatus-check-if-internet-is-available-type-wifi-cell-lan.161750/ Please do not use the following code in your projects. Below I share a function that returns if the Internet connection exists and what type of connection is...
  2. M

    Android Question Downlod file from server and save it

    I have a large file to download. To do this i use LargeFileDownload(https://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/) example. How can i save file?
  3. R

    iOS Question download a html and save it to a string

    Now I'm writing code for IOS as follows: private NameToCode as string dim job1 as HttpJob searchnamestrURL="http://quote.eastmoney.com/stocklist.html" job1.Initialize("job1",Me) job1.Download(searchnamestrURL) If job.Success=True Then Select job.JobName Case "job1"...
Top