dimanche 26 juin 2016

Second Download Conditional On Successful First

Step 1: Download a database containing a list of files on a server
Step 2: (Only when step 1 complete) Open that database.
Step 3: Download the files listed in that database

How? In the example below I am only get the .db and the last file in the list of files. What an I doing wrong?

Code:
  Sub UpdateFiles

Dim Job1 As HTTPjob
Dim URL Prefix As String = "http://ift.tt/28WTad0"

Job1.Initialize(
"FileList",Me)
Job1.Download(URLprefix &
"MyDatabase.db")

End Sub...
Second Download Conditional On Successful First

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/295IwxB
via IFTTT

Aucun commentaire:

Enregistrer un commentaire