Hello,
I want to recuper the text (Url) in a file.txt from my server
It does not work, where is error please? What is the real code?
Thank you
I want to recuper the text (Url) in a file.txt from my server
B4X:
Dim Job1T as HttpJob
job1T.Initialize ("Job1T", Me)
job1T.Download("http://www.MySite/MyText.txt")'.GetBytes("UTF8")
UrlTxt_01 = job1T.GetString
Thank you