Hi
How can i download http://example.com/file.zip , http://example.com/file2.zip ,http://example.com/file2.zip
at the same time using one job ?
B4X:
Dim job0 As HttpJob
job0.Initialize("Job0", Me)
job0.Download("http://example.com/file.zip")
How can i download http://example.com/file.zip , http://example.com/file2.zip ,http://example.com/file2.zip
at the same time using one job ?