Im lost here. so please help ;-)
im lost at the filecopy2 function
I get file not exist
im lost at the filecopy2 function
I get file not exist
B4X:
job1.Download("http://xxx.xxx.xxx.xxx/test.db")
Dim out As OutputStream
out = File.OpenOutput(File.DirDefaultExternal, "test.db" ,False )
File.Copy2(job1.GetInputStream, out)
out.Close
job1.Release